My personal dotfiles.
I use the bare repo technique, which is pretty a elegant way of storing and tracking your dotfiles without having to resort to symlinks and such.
git clone --bare https://github.com/ebsz/dots $HOME/.cfg
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
cfg checkout