Homebrew tap for powerbash — a powerline-style bash prompt in pure bash.
brew install powerbash/powerbash/powerbashOr brew tap powerbash/powerbash and then brew install powerbash.
powerbash is sourced, not run, so the formula installs it under pkgshare
rather than on your PATH. Add the line the caveats print to ~/.bashrc
(Linux) or ~/.bash_profile (macOS):
source "$(brew --prefix powerbash)/share/powerbash/powerbash.sh"Formula/powerbash.rb is regenerated on every tagged release by
.github/workflows/release.yml in
napalm255/powerbash, which rewrites
the url and sha256 lines and pushes the result here.
Everything else in the formula — the install block, caveats, and the test
block — is maintained here and is never templated on the other side, so
edits to those are safe and survive releases. Do not hand-edit url or
sha256: the next tag overwrites them.
make ciRuns the same brew test-bot sequence as
.github/workflows/tests.yml, minus the
whole-machine brew doctor sweep that only makes sense on a throwaway
runner. See the Makefile for the individual targets.
brew help, man brew, or Homebrew's documentation.
MIT — see LICENSE.