(This is to remind myself mostly)
- GNU stow
From the root directory of this repo do:
stow <package> # -S, --stow (default)where package is a top-level directory.
stow will then add symlinks where necessary.
From the root directory of this repo do:
stow -D <package> # --deletewhere package is a top-level directory.
stow will then remove the installed symlinks.
From the root directory of this repo do:
stow -R <package> # --restow