docs: simplify installation to one command

This commit is contained in:
2026-04-16 10:23:36 +03:00
parent a355dcd4b6
commit b499cd5223

View File

@@ -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
``` ```