From 77e84cf68d35cd3201e56ea820ff6345b107e7e3 Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 18 May 2020 21:29:52 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- install.sh | 2 +- vim/.vim | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 vim/.vim diff --git a/install.sh b/install.sh index 19338e2..6c7843d 100755 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ if [[ -z "$1" ]]; then chmod -R u=rwX,g=,o= "$dir" chmod 600 "$dir"/ssh/authorized_keys elif [[ "$1" == "link" ]]; then - ln --symbolic "$hostdir/$relpath" ~/"$relpath" + ln --symbolic -T "$hostdir/$relpath" ~/"$relpath" elif [[ "$1" == "mkdir" ]]; then mkdir -p ~/"$relpath" else diff --git a/vim/.vim b/vim/.vim deleted file mode 120000 index 1b1d3ff..0000000 --- a/vim/.vim +++ /dev/null @@ -1 +0,0 @@ -/home/marissa/.common-configs/per-host/mari-wovn/.vim \ No newline at end of file