stow

Organize software neatly under a single directory tree

brewmacoslinux
Try with needOr install directly
Source

About

Organize software neatly under a single directory tree (e.g. /usr/local)

Commands

stow

Examples

Create symlinks for a package in the parent directory$ stow mypackage
Unstow (remove symlinks) for a package$ stow -D mypackage
Simulate stowing without making actual changes$ stow -n mypackage