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

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