Add vundle install and mizu icon

This commit is contained in:
CramMK
2020-02-03 16:49:27 +01:00
parent 1f9a8059f8
commit 1257e3ca1b
3 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
actions:
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-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
cache-font: fc-cache -f -v
reload-xresources: xrdb ~/.Xresources
vundle-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
config:
backup: true
create: true
@@ -14,6 +16,7 @@ dotfiles:
src: vimrc
dst: ~/.vimrc
actions:
- vundle-install
- vundle-refresh
f_gitconfig:
src: gitconfig