brew install tdimeco/apps/<formula/cask>
Or brew tap tdimeco/apps
and then brew install <formula/cask>
.
Or, in a brew bundle
Brewfile
:
tap "tdimeco/apps"
brew "<formula>"
cask "<cask>"
brew help
, man brew
or check Homebrew's documentation.