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