projects
/
dotvim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add Plugin 'unblevable/quick-scope'
[dotvim.git]
/
init.sh
1
#!/usr/bin/env bash
2
git stash
3
git pull
4
git stash pop
5
6
git config --local --replace remote.pushDefault ssh://src.twobees.de:/git/dotvim.git
7
8
if [ -d bundle/Vundle.vim ];then
9
cd bundle/Vundle.vim;
10
echo "Update Vundle:"
11
git pull
12
cd -
13
else
14
git clone https://github.com/VundleVim/Vundle.vim.git bundle/Vundle.vim
15
fi
16
vim +PluginClean! +PluginInstall! +qall
17
stty sane