Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 504 Bytes

dotvimfiles

The sacred VIM directory.


Installation:

Clone the repository to your home directory:

git clone git@github.com:usmanbashir/dotvimfiles.git

Next install the Vim plugins:

  • cd dotvimfiles
  • git submodule init
  • git submodule update

Finally create a symlink to the .vimrc file in your home directory:

ln -s ~/dotvimfiles/.vimrc ~/.vimrc

Feedback


Suggestions and Improvements are welcome!