Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 300 Bytes

Installation

git clone git://github.com/ianp/dotvim.git ~/.vim

Create Symlinks

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Fetch Submodules

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update