scatterd-dotfiles/hooks/post-up

9 lines
217 B
Text
Raw Normal View History

#!/bin/sh
touch $HOME/.psqlrc.local
if [ ! -e $HOME/.vim/bundle/Vundle.vim ]; then
git clone https://github.com/gmarik/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
fi
vim -u $HOME/.vimrc.bundles +PluginInstall +qa