Fix vundle refresh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
actions:
|
actions:
|
||||||
pre:
|
pre:
|
||||||
vundle-install: test -e ~/.vim/bundle/Vundle.vim || (mkdir -p ~/.vim/bundle; git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim )
|
vundle-install: test -e ~/.vim/bundle/Vundle.vim || (mkdir -p ~/.vim/bundle; git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim )
|
||||||
vundle-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
|
vundle-refresh: vim +VundleClean +VundleInstall +qall
|
||||||
font-cache: fc-cache -f -v
|
font-cache: fc-cache -f -v
|
||||||
xresources-reload: xrdb ~/.Xresources
|
xresources-reload: xrdb ~/.Xresources
|
||||||
config:
|
config:
|
||||||
@@ -26,6 +26,7 @@ dotfiles:
|
|||||||
dst: ~/.vimrc
|
dst: ~/.vimrc
|
||||||
actions:
|
actions:
|
||||||
- vundle-install
|
- vundle-install
|
||||||
|
- vundle-refresh
|
||||||
f_xresources:
|
f_xresources:
|
||||||
src: X11/Xresources
|
src: X11/Xresources
|
||||||
dst: ~/.Xresources
|
dst: ~/.Xresources
|
||||||
|
|||||||
Reference in New Issue
Block a user