A custom Homebrew tap for personal use.
The repository developing-tools/homebrew-tap has the short tap name
developing-tools/tap.
brew tap developing-tools/tapInstall a formula:
brew install developing-tools/tap/FORMULA_NAMEInstall a cask:
brew install --cask developing-tools/tap/CASK_NAMEFor example, install Alacritty with:
brew install --cask developing-tools/tap/alacrittyWhen a formula provides a compatible bottle, Homebrew selects and installs it automatically. Otherwise, Homebrew builds the formula from source.
This tap currently aims to support the two most recent major macOS releases. If you encounter an issue on another macOS version, please open an issue with the relevant details, and we will be happy to consider it on a case-by-case basis.
Casks/contains macOS application definitions.Formula/contains source-build package definitions when formulae are added.- Bottle metadata lives in the corresponding formula's
bottle doblock; bottle archives are published as release or package assets rather than committed to the source tree.
The packages currently available are defined by the Ruby files in those directories. See the contribution guide to add or update one.
brew update
brew upgrade developing-tools/tap/FORMULA_NAME
brew upgrade --cask developing-tools/tap/CASK_NAMEbrew uninstall developing-tools/tap/FORMULA_NAME
brew uninstall --cask developing-tools/tap/CASK_NAMERemove the tap when it is no longer needed:
brew untap developing-tools/tapThis repository is available under the MIT License.