aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxbian <oxbian@noreply.localhost>2023-07-13 11:30:31 +0200
committerOxbian <oxbian@noreply.localhost>2023-07-13 11:30:31 +0200
commit2c003129d57830d305de03e6e35972ad40084fed (patch)
tree970e21b3b0a8eb5b1a3ef2b202c43a669ad91c2b
parentcc11ccc1266ed8221f7210c4c165705634d71949 (diff)
downloadvimrc-2c003129d57830d305de03e6e35972ad40084fed.tar.gz
vimrc-2c003129d57830d305de03e6e35972ad40084fed.zip
Update install script
-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.