comparison hooks/post-up @ 0:36a9b3a28861

Add all dotfiles
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:20:32 +0100
parents
children db3720a03952
comparison
equal deleted inserted replaced
-1:000000000000 0:36a9b3a28861
1 #!/bin/sh
2
3 if [ ! -e $HOME/.vim ]; then
4 ln -s $HOME/.dotfiles/vim $HOME/.vim
5 fi
6
7 # Update plugins
8 cd $HOME/.dotfiles
9 git submodule init
10 git submodule update
11