mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Add an installation guide.
This commit is contained in:
14
README.md
14
README.md
@@ -1,4 +1,16 @@
|
||||
vimconfig
|
||||
=========
|
||||
|
||||
An attempt to normalize my Vim configuration across machines
|
||||
An attempt to normalize my Vim configuration across machines.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
To install this package as your local vim configuration, do the following:
|
||||
|
||||
```
|
||||
git clone https://github.com/bertptrs/vimconfig.git ~/.vim
|
||||
~/.vim/install.sh
|
||||
```
|
||||
|
||||
This will install the correct vimrc and load the packages mentioned in bundle.
|
||||
|
||||
Reference in New Issue
Block a user