Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 306 Bytes

dotvim

To Install:

Backup and remove current .vimrc and .vim directory from $HOME. Then type the following commands.

$ cd $HOME
$ git clone https://github.com/microverse/dotvim.git .vim
$ ln -s ~/.vim/vimrc ~/.vimrc
$ cd .vim
$ git submodule init
$ git submodule update