aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorOxbian <oxbian@mailbox.org>2025-01-31 20:49:48 +0100
committerOxbian <oxbian@mailbox.org>2025-01-31 20:49:48 +0100
commite65597837ec3057989f6bc67d90e5c10d4f3d14e (patch)
tree50e4eee92a5973a8486f91e01e691b2293954659 /install.sh
parentd28a067a4d4b52a1eac7e1c62a46c4726713d29c (diff)
downloadvimrc-e65597837ec3057989f6bc67d90e5c10d4f3d14e.tar.gz
vimrc-e65597837ec3057989f6bc67d90e5c10d4f3d14e.zip
feat: removing install.sh and using /home/oxbian/.config/vim as default config dir
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/install.sh b/install.sh
deleted file mode 100755
index 499357c..0000000
--- a/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-DIR=$(dirname "$0")
-cd "$DIR" || exit
-
-rm "$HOME/.vimrc"
-ln -sf "$(pwd)/.vimrc" "$HOME/.vimrc"
-rm -rf "$HOME/.vim"
-ln -sf "$(pwd)/coc-settings.json" "$HOME/.vim/coc-settings.json"
ArKa projects. All rights to me, and your next child right arm.