This is the tap in which I dump all the formulae that I expect will be of general interest. I also have other taps for specialized audiences:-
- gromgit/brewtils for Homebrew-specific stuff
- gromgit/dev for development tools that don't meet Homebrew core requirements
- gromgit/fuse for macOS FUSE formulae
brew install gromgit/tap/<formula>
Or brew tap gromgit/tap and then brew install <formula>.
Or, in a brew bundle Brewfile:
tap "gromgit/tap"
brew "<formula>"brew help, man brew or check Homebrew's documentation.