NOTE: make a backup of ~/.vimrc, ~/.vim, ~/.gvimrc etc. For example
mv ~/.vimrc ~/.vimrc.bkup
mv ~/.vim ~/.vim.bkup
mv ~/.gvimrc ~/.gvimrc.bkup
git clone https://github.com/netpoetica/dotvim.git
cd dotvim
git submodule init
git submodule update
- Backup any existing VIM configuration
./install
Note: install script will create a ~/.vim/swaps and ~/.vim/backups dir (if they dont exist) in order to keep swap files centralized.
To uninstall, run the following three commands:
unlink ~/.vim
rm -rf ~/.vim/backups
rm -rf ~/.vim/swaps