view hooks/post-up @ 3:44d3af8838f8

Add support for local zshrc and vimrc files
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:43:37 +0100
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