1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Update README

Readme instructions now actually match the contents of the repository
again.
This commit is contained in:
Bert Peters
2016-06-07 17:01:56 +02:00
parent a33d7e75ea
commit f79021ad85

View File

@@ -1,16 +1,19 @@
vimconfig # vimconfig
=========
An attempt to normalize my Vim configuration across machines. An attempt to normalize my Vim configuration across machines. Incidentally
contains packages that are not vim now, but it still synchronizes my
configuration.
Installation ## Installation
------------
To install this package as your local vim configuration, do the following:
```bash ```bash
git clone https://github.com/bertptrs/vimconfig.git ~/.vim git clone https://github.com/bertptrs/vimconfig.git
~/.vim/install.sh ./vimconfig/install.sh
``` ```
This will install the correct vimrc and load the packages mentioned in bundle. This will install the correct vimrc and load the packages mentioned in bundle.
There are some requirements:
* `stow` must be available.
* `gsettings` must be available. This currently does not block installation,
but the installation will not be complete without it.