Mercurial > dotfiles.old
comparison hooks/post-up @ 221:152b34da1f13
Add notes
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 11 Jan 2015 18:36:10 +0100 |
parents | db3720a03952 |
children |
comparison
equal
deleted
inserted
replaced
220:922772b646ce | 221:152b34da1f13 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 if [ ! -e $HOME/.vim ]; then | 3 if [ ! -e $HOME/.vim/notes ]; then |
4 ln -s $HOME/.dotfiles/vim $HOME/.vim | 4 ln -s $HOME/.dotfiles/vim/notes $HOME/.vim/notes |
5 fi | |
6 | |
7 if [ ! -e $HOME/.vimwiki ]; then | |
8 ln -s $HOME/.dotfiles/vimwiki $HOME/.vimwiki | |
9 fi | 5 fi |
10 | 6 |
11 # Update plugins | 7 # Update plugins |
12 cd $HOME/.dotfiles | 8 # cd $HOME/.dotfiles |
13 git submodule init | 9 # git submodule init |
14 git submodule update | 10 # git submodule update |
15 | 11 |