projects
/
dotvim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aufräumen wird nicht mehr benötigt
[dotvim.git]
/
myinit.sh
1
#!/usr/bin/env bash
2
git stash
3
git pull
4
git stash pop
5
6
if [ -d bundle/Vundle.vim ];then
7
cd bundle/Vundle.vim;
8
echo "Update Vundle:"
9
git pull
10
cd -
11
else
12
git clone https://github.com/VundleVim/Vundle.vim.git bundle/Vundle.vim
13
fi
14
vim +PluginClean! +PluginInstall! +qall
15
stty sane