diff options
author | Oxbian <oxbian@noreply.localhost> | 2023-07-13 11:30:31 +0200 |
---|---|---|
committer | Oxbian <oxbian@noreply.localhost> | 2023-07-13 11:30:31 +0200 |
commit | 2c003129d57830d305de03e6e35972ad40084fed (patch) | |
tree | 970e21b3b0a8eb5b1a3ef2b202c43a669ad91c2b | |
parent | cc11ccc1266ed8221f7210c4c165705634d71949 (diff) | |
download | vimrc-2c003129d57830d305de03e6e35972ad40084fed.tar.gz vimrc-2c003129d57830d305de03e6e35972ad40084fed.zip |
Update install script
-rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |