aripringle/dotvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Back up existing files:
mv ~/.vim ~/vim-BAK
mv ~/.vimrc ~/vim-BAK/vimrc
Installation:
git clone git://github.com/aripringle/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule update --init
Compilation for Command-T plugin
cd ~/.vim/bundle/command-t
rake make