updated the command for stow linking

This commit is contained in:
2026-02-02 01:03:09 -07:00
parent a56bbd887a
commit e24174d1b6

View File

@@ -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