dotvim/README.md
2015-10-11 15:15:09 +02:00

16 lines
342 B
Markdown

## My vim configuration
### Install
```shell
config=$XDG_CONFIG_HOME/vim
plugins=$XDG_CACHE_HOME/vim/plugins
mkdir -p $plugins
git clone https://github.com/rnhmjoj/dotvim.git $config
git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim
```
start vim and run `:PluginInstall`
### Update
from vim run `:PluginInstall!`