Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 462 Bytes

dotfiles

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

Installation

To clone initially:

$ echo .dotfiles/ >> ~/.gitignore
$ git clone --bare [email protected]: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
$ dotfiles config --local status.showUntrackedFiles no  # After reloading shell