Each directory can be used with GNU Stow to create symlinks to its contents.
e.g. stow zsh
Set up git hooks:
ln -s git-hooks/pre-commit .git/hooks/pre-commit
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
git pull && git submodule update --init --recursive
Stow the bin
directory to /usr/local
.
stow bin --target=/usr/local/bin