An open API service indexing awesome lists of open source software.

https://github.com/usmanbashir/dotvimfiles

The sacred VIM directory.
https://github.com/usmanbashir/dotvimfiles

dotfiles vim vim-configuration vimrc

Last synced: about 2 months ago
JSON representation

The sacred VIM directory.

Awesome Lists containing this project

README

          

# 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](https://github.com/usmanbashir/dotvimfiles/issues)!