Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alex-thorne/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Repository

My current approach to managing dotfiles.

Dependancies

  1. Stow

Usage

  1. Clone dotfiles repository to local machine. (~/.dotfiles)

    git clone [email protected]:alex-thorne/dotfiles.git ~/.dotfiles
  2. Run install.sh to adopt dotfiles from dotfiles repository to user $HOME.

    cd ~/.dotfiles
    chmod +x ./install.sh
    ./install.sh

Notes

Stow tree structure (-> indicates created symlink)

/Users/alex
├── .dotfiles
│   ├── vim
│   │   └── .vimrc
├── .vimrc -> .dotfiles/vim/.vimrc

Install script passes --dotfiles stow arg, replacing "dot-..." naming convention. By default stow will not overwrite existing files found with attempted packages to be stowed. Conflicts should be resolved manually via backup/move/delete or --adopt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages