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

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.