Homebrew is a package manager for Mac OS.
Installation
- Download and install Xcode from Mac store if you don’t already have it installed
- In a terminal, type the following code
xcode-select --install - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Some commands
brew search Search for an application:
brew install [application] Install an application
brew remove [application] Uninstall an application
brew list List installed applications
brew update Update Homebrew