Add vim stuff

This commit is contained in:
Jonny Barnes 2016-05-13 08:23:58 +01:00
parent fce6351837
commit 4c376c8b2e
11 changed files with 254 additions and 0 deletions

View file

@ -9,6 +9,10 @@ test -L $HOME/.gitignore || ln -f -s $BASEDIR/gitignore $HOME/.gitignore
test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin
test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc $HOME/.zshrc
# ln vim files
test -L $HOME/.vim || ln -f -s $BASEDIR/vim $HOME/.vim
test -L $HOME/.vimrc || ln -f -s $HOME/.vim/vimrc $HOME/.vimrc
# .gitconfig gets edited by .extra so we wont symlink it, but copy it
cp $BASEDIR/gitconfig $HOME/.gitconfig