Homebrew Cheatset

The list of most useful homebrew commands that helps me improve environment productivity.

brew install * 

Search the package in the library and install the required version.

brew link *

Create symbolic links from the installed files to a directory in the system's PATH, making them accessible to the user.

brew list

List all installed packages.

brew services start *

Starts service provided by the package.

brew services stop *

Stops service provided by the package.

brew services list

Lists all available services.

Feedback

How satisfied you are after reading this article?