Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 550 Bytes

To Install

(Re)move ~/.vim and ~/.vimrc if you have them already, and run:

git clone git@github.com:tracedwax/vim-config.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc

Compile command-t

rvm system #ensure build on Ruby 1.8.7 if using RVM
cd ~/.vim/bundle/command-t
bundle
rake make

Updating

As long as your checkout is kept clean, you can easily update, rebase your local changes and update submodules with:

cd ~/.vim && git pull --rebase ; git submodule update ; cd -