First backup your .vim and .vimrc (if you like it), then clone the repo, make a simbolic link from .vimrc file to your HOME directory and you will be all set
git clone --recursive https://github.com/aechiara/vimbundle $HOME/.vim
ln -s $HOME/.vim/.vimrc $HOME/.vimrc
Current list of modules:
| Module | URL |
|---|---|
| pathogen | https://github.com/tpope/vim-pathogen |
| jedi-vim | https://github.com/davidhalter/jedi-vim |
| nerdtree | https://github.com/scrooloose/nerdtree |
| powerline | https://github.com/Lokaltog/vim-powerline |
| vim-flake8 | https://github.com/nvie/vim-flake8 |
| vim-fugitive | https://github.com/tpope/vim-fugitive |
| vim-snipmate | https://github.com/garbas/vim-snipmate |
| vim-go | https://github.com/fatih/vim-go.git |