docs: simplify installation to one command
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
# Mike Bell's VIM settings
|
# Mike Bell's VIM settings
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://git.movida.biz/bell/dotvim.git ~/.vim
|
git clone https://git.movida.biz/bell/dotvim.git ~/.vim && ~/.vim/install.sh
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
|
||||||
```
|
|
||||||
Create symlinks:
|
|
||||||
```sh
|
|
||||||
ln -s ~/.vim/vimrc ~/.vimrc
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user