These dotfiles are managed using the technique outlined here
To install on a new machine:
git clone --bare [email protected]:gr-eg/dotfiles.git $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config checkout
config config --local status.showUntrackedFiles no