The easiest way to install is using install.sh which can be done in a single step.
wget https://raw.github.com/cprimera/dotfiles/master/install.sh -O - | shcurl https://raw.github.com/cprimera/dotfiles/master/install.sh | shFirst clone the repository
git clone git://github.com/cprimera/dotfiles ~/dotfilesYou then have two choices:
sh install.sh --localThis will clone the repository and all submodules and will create symlinks as necessary.
Load the other git submodules
git submodule init && git submodule updateThen create links for each file wanted
ln -s /path/to/src /path/to/dest