Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Created April 16, 2018 02:53
Show Gist options
  • Save murarisumit/4f1f345e24746a6229c8842f458ae447 to your computer and use it in GitHub Desktop.
Save murarisumit/4f1f345e24746a6229c8842f458ae447 to your computer and use it in GitHub Desktop.
Brew cheatsheet #work-in-progress #brew #mac
  • List all packages : brew list
  • List all top-level packages: brew leaves
  • List packages with dependencies tree: brew deps --tree --installed

Do not update brew installed package, while installing other packages

  • Set export HOMEBREW_NO_AUTO_UPDATE=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment