blob: 93439e723a9f6574494201c7179c71a5d0d95a8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# vim-cfg
Personal Vimrc + other addons
No doubt there are likely other ways of keeping your vim configuration and
all addons in source control, either way this is what I'm using.
# How to use this:
Run the following commands, be sure to _understand_ them first.
``` bash
cd $HOME
git clone https://git.riedstra.us/mitch/vim-cfg .vim
cd $HOME/.vim
./setup.sh
./link-vimrc.sh
```
Once those commands complete you'll have installed my configuration.
# Using this for yourself.
It's pretty simple, if you add repositories anywhere in `$HOME/.vim` then
just run `./gen-setup.sh` and it'll take care of making a new `./setup.sh`
for you. Commit this and push it wherever.
|