From fc4f439a0163acb538c5f6c276a48acfc906feb0 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 9 May 2019 00:25:03 +0200 Subject: [PATCH] Vundle update notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1987f6a..c872760 100644 --- a/README.md +++ b/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/`.