aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d049f99..895aab6 100755
--- a/install.sh
+++ b/install.sh
@@ -1,3 +1,7 @@
#!/bin/bash
+DIR=$(dirname "$0")
+cd $DIR
+
ln -sf $(pwd)/.vimrc $HOME/.vimrc
-ln -sf $(pwd)/.vim $HOME/.vim
+rm -rf $HOME/.vim
+ln -sf $(pwd)/.vim $HOME/.vim \ No newline at end of file
ArKa projects. All rights to me, and your next child right arm.