This is a forked repo from 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/wjsantos/Dotfiles.git
Than the 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