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

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