diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hooks/post-up	Sun Feb 23 17:20:32 2014 +0100
@@ -0,0 +1,11 @@
+#!/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
+