See "Organising dotfiles in a git repository" for more info.
Cloning the dotfiles:
$ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
$ home init
$ home remote add origin [email protected]:marius-serban/dotfiles.git
$ home fetch
$ home checkout master