From e24174d1b63c9ad4e87fd53cefec7557a96f7037 Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Mon, 2 Feb 2026 01:03:09 -0700 Subject: [PATCH] updated the command for stow linking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2459e37..e905d02 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ link: check-stow @for pkg in *; do \ [ -d "$$pkg" ] || continue; \ echo "📦 stowing $$pkg"; \ - stow -R "$$pkg" -t "$(STOW_TARGET)"; \ + stow -R "$$pkg" -t "$(STOW_TARGET)" --adopt; \ done