Configuration files
These are the configuration files that I'm currently using for:
- vim
- tmux
Vim plugins
Vim plugins installed:
- ctrlp
- vim-coffee-script
- fugitive
Execute:
git clone https://github.com/kien/ctrlp.vim.git ~/.vim/bundle/ctrlp.vim
git clone https://github.com/kchmck/vim-coffee-script.git ~/.vim/bundle/vim-coffee-script.vim
git clone https://github.com/tpope/vim-fugitive.git ~/.vim/bundle/fugitive.vim