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

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