Vundle update notes
This commit is contained in:
parent
ab4c1e6748
commit
fc4f439a01
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -16,6 +16,16 @@ $ vim +PluginInstall +qall
|
|||
|
||||
Plugins can be updated with `vim +PluginUpdate +qall`.
|
||||
|
||||
Updating the Vundle submodule:
|
||||
|
||||
``` console
|
||||
$ cd .vim/bundle/Vundle.vim
|
||||
$ git checkout master
|
||||
$ git pull
|
||||
$ cd -
|
||||
$ git commit -m 'Update Vundle'
|
||||
```
|
||||
|
||||
|
||||
## qtile
|
||||
The wallpaper is randomly set from images (png, jpg and jpeg) from `~/pictures/wallpapers/enabled/`. You should populate this directory with symbolic links pointing to images stored in `~/pictures/wallpapers/`.
|
||||
|
|
Loading…
Reference in a new issue