brew install hide-org/formulae/<formula>
Or brew tap hide-org/formulae and then brew install <formula>.
Or, in a brew bundle Brewfile:
tap "hide-org/formulae"
brew "<formula>"brew help, man brew or check Homebrew's documentation.
To test the formula, run brew test --verbose artmoskvin/hide/hide. If brew complains about missing dependencies run brew install --formula --only-dependencies --include-test artmoskvin/hide/hide.
To audit the formula, run brew audit --strict --online --new --formula artmoskvin/hide/hide.
To inspect the style of the formula, run brew style artmoskvin/hide.