Tapping
Tapping Homebrew Core
brew tap homebrew/core
What is tapping
Process of introducing your local Homebrew to a 3rd party source that contains tools outside the Homebrew core list
- A
tap
is a Git repository that contains aformula
The formula
is a Ruby file that tells Homebrew how to download, configure, build, and install a list of packages