← all formulas
hermit
Manages isolated, self-bootstrapping sets of tools in software projects
- Version
- v0.52.1
- License
- Apache-2.0
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install hermitCaveats
For shell integration hooks, add the following to your shell configuration:
For bash, add the following command to your .bashrc:
eval "$(test -x $(brew --prefix)/bin/hermit && $(brew --prefix)/bin/hermit shell-hooks --print --bash)"
For zsh, add the following command to your .zshrc:
eval "$(test -x $(brew --prefix)/bin/hermit && $(brew --prefix)/bin/hermit shell-hooks --print --zsh)"