- Copy .vimrc and .tmux.conf to ~/ directory ( or your configuration directory for vim and tmux)
- .vimrc uses Vundle to manage Plugins. Install Vundle to use them:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Open vim, and type: ":PluginInstall".