remove vim autosetup as it stops automatic deployment

master
Arne Schauf 10 years ago
parent 1f2d7e3a37
commit 3096aaead9
  1. 2
      init.sh
  2. 2
      init_server.sh

@ -7,4 +7,4 @@ ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/gitignore ~/.gitignore ln -snf `pwd`/gitignore ~/.gitignore
# set up vim # set up vim
vim +BundleInstall! +qall #vim +BundleInstall! +qall

@ -6,4 +6,4 @@ ln -snf `pwd`/zshrc ~/.zshrc
ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/gitignore ~/.gitignore ln -snf `pwd`/gitignore ~/.gitignore
# set up vim # set up vim
vim +BundleInstall! +qall #vim +BundleInstall! +qall

Loading…
Cancel
Save