-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More extended installation instructions
- Loading branch information
nkadu7
committed
Nov 18, 2014
1 parent
1ef8682
commit bb139c8
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,18 @@ dotvim | |
====== | ||
|
||
Vim configuration accumulated | ||
|
||
Simple Setup | ||
------------ | ||
|
||
Backup your .vim and .vimrc settings and clone repo to ~/.vim | ||
```bash | ||
$ git clone [email protected]:nkadu7/dotvim.git ~/.vim | ||
``` | ||
|
||
Install exuberant-ctags ( Depends on your version of OS ) - Easy to find some information on google | ||
|
||
Run the installer script | ||
```bash | ||
$ ~/.vim/installer.sh | ||
``` |