set up vim also on servers

master
Arne Schauf 10 years ago
parent f22023d023
commit 1ec9375491
  1. 2
      init_server.sh

@ -5,3 +5,5 @@ ln -snf `pwd`/zshrc.local ~/.zshrc.local
ln -snf `pwd`/zshrc ~/.zshrc 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
vim +BundleInstall! +qall

Loading…
Cancel
Save