aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-06-01 21:17:35 -0400
committerBenjamin Linskey2026-06-01 21:17:35 -0400
commitbfc875624603d6c6eeabba657f1be8a85fff5424 (patch)
treef4c9214433e41f15bde101cb56d8aae9890592bd
parentff412a737197f790ebaa61b9249f4209fb06f172 (diff)
downloaddotfiles-bfc875624603d6c6eeabba657f1be8a85fff5424.tar.gz

Remove dangling symlinks on uninstall

-rwxr-xr-xuninstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh
index f115f06..64c978f 100755
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -6,3 +6,5 @@ find "$PWD" -maxdepth 1 \
-not -name .DS_Store \
-not -name .gitignore \
-exec sh -c 'rm $HOME/$(basename "$1")' sh {} \;
+
+rm -f .vim/pack/plugins/start/*