Mercurial > dotfiles.old
view hooks/post-up @ 32:2da8d8daa033
Add remaps to vim and aliases to zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 04 Apr 2014 18:12:59 +0200 |
parents | 36a9b3a28861 |
children | db3720a03952 |
line wrap: on
line source
#!/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