My personal configuration files.
Clone project and copy vimrc file to the user home directory:
$ git clone https://github.com/sergioprado/dotfiles.git
$ cp dotfiles/vimrc ~/.vimrc
Clone Vundle plugin and install other plugins:
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim +PluginInstall +qall
Have fun!