Skip to content

Instantly share code, notes, and snippets.

@keclements
Last active January 23, 2019 23:32
Show Gist options
  • Save keclements/160ac71b239ebdb7b3e0d618c787a1c2 to your computer and use it in GitHub Desktop.
Save keclements/160ac71b239ebdb7b3e0d618c787a1c2 to your computer and use it in GitHub Desktop.
Homebrew Commands
COMMAND DESCRIPTION
install Install formula
uninstall / rm / remove Uninstall formula
reinstall Uninstall and then install formula
update Fetch the newest version of Homebrew and all formulae
upgrade Upgrade outdated, unpinned brews
search Display all locally available formulae for brewing
list / ls List all files in the Homebrew prefix not installed by Homebrew
prune Remove dead symlinks from the Homebrew prefix
cleanup For all installed or specific formulae, remove any older versions from the cellar
doctor Check your system for potential problems
tap Migrate tapped formulae from symlink-based to directory-based structure
unlink Remove symlinks for formula from the Homebrew prefix

complete list of commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment