@@ -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
The note is not visible to the blocked user.