Homebrew tap for installing Oxide projects on macOS.
Add the tap:
brew tap oxidecomputer/tapList the available formulas
brew tap-info oxidecomputer/tap --json | jq -r '.[].formula_names[]'Install/upgrade a formula:
brew install oxidecomputer/tap/oxide-cli
brew upgrade oxidecomputer/tap/oxide-cliUninstall / Remove the tap
brew list --formula --full-name | grep '^oxidecomputer/tap/' | xargs brew uninstall
brew untap oxidecomputer/tap