view hooks/post-up @ 57:4aa5c8a351ee

Remove HOP_code session file
author zegervdv <zegervdv@me.com>
date Mon, 26 May 2014 22:36:07 +0200
parents 36a9b3a28861
children db3720a03952
line wrap: on
line source

#!/bin/sh

if [ ! -e $HOME/.vim ]; then
  ln -s $HOME/.dotfiles/vim $HOME/.vim
fi

# Update plugins
cd $HOME/.dotfiles
git submodule init
git submodule update