aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: 895aab6600ffbd83b2d8add2559f456da6ad5237 (plain)
1
2
3
4
5
6
7
#!/bin/bash
DIR=$(dirname "$0")
cd $DIR

ln -sf $(pwd)/.vimrc $HOME/.vimrc 
rm -rf $HOME/.vim
ln -sf $(pwd)/.vim $HOME/.vim
ArKa projects. All rights to me, and your next child right arm.