view hooks/post-up @ 28:e7be1e1656d1

Add clang_complete
author zegervdv <zegervdv@me.com>
date Sun, 30 Mar 2014 23:05:02 +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