Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 366 Bytes

dotfiles

Configuration files for bash, zsh, tmux, vim, git etc.

To clone initially:

$ echo .dotfiles/ >> ~/.gitignore
$ git clone --bare git@github.com:dancorne/dotfiles $HOME/.dotfiles
$ git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
# Back up or delete any conflicting files
# Any changes can now be handled with the `dotfiles` alias