diff hooks/post-up @ 221:152b34da1f13

Add notes
author zegervdv <zegervdv@me.com>
date Sun, 11 Jan 2015 18:36:10 +0100
parents db3720a03952
children
line wrap: on
line diff
--- a/hooks/post-up	Wed Dec 24 17:34:34 2014 +0100
+++ b/hooks/post-up	Sun Jan 11 18:36:10 2015 +0100
@@ -1,15 +1,11 @@
 #!/bin/sh
 
-if [ ! -e $HOME/.vim ]; then
-  ln -s $HOME/.dotfiles/vim $HOME/.vim
-fi
-
-if [ ! -e $HOME/.vimwiki ]; then
-  ln -s $HOME/.dotfiles/vimwiki $HOME/.vimwiki
+if [ ! -e $HOME/.vim/notes ]; then
+  ln -s $HOME/.dotfiles/vim/notes $HOME/.vim/notes
 fi
 
 # Update plugins
-cd $HOME/.dotfiles
-git submodule init
-git submodule update
+# cd $HOME/.dotfiles
+# git submodule init
+# git submodule update