feat: add sync script
This commit is contained in:
parent
556f8d0d77
commit
288fbf373a
19
sync-vim-plugins.sh
Executable file
19
sync-vim-plugins.sh
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
updateVIM(){
|
||||||
|
echo "git pull vim-airline"
|
||||||
|
git -C ${HOME}/.vim/pack/dist/start/vim-airline pull --rebase
|
||||||
|
|
||||||
|
echo "git pull vim-fugitive"
|
||||||
|
git -C ${HOME}/.vim/pack/dist/start/vim-fugitive pull
|
||||||
|
|
||||||
|
echo "git pull vim-go"
|
||||||
|
git -C ${HOME}/.vim/pack/plugins/start/vim-go pull
|
||||||
|
|
||||||
|
echo "git pull nerdtree"
|
||||||
|
git -C ${HOME}/.vim/pack/dist/start/nerdtree pull
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
updateVIM
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user