Mercurial > dotfiles.old
view hooks/post-up @ 245:ca66a7fd5cc9
Add ranger configs
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 18 Feb 2015 22:41:39 +0100 |
parents | 152b34da1f13 |
children |
line wrap: on
line source
#!/bin/sh 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