This is Roger Leite's dot f*** files for Mac and Linux users.
First of all you need to clone the repo
cd ~
git clone https://github.com/rogerleite/Dotfiles.git
Then the submodules
cd Dotfiles
git submodule init
git submodule update
Link it to your .vim and .vimrc and be happy
ln -s ~/Dotfiles/.vim ~/.vim
ln -s ~/Dotfiles/.vimrc ~/.vimrc
TODO someday