Skip to content

Instantly share code, notes, and snippets.

@weblogix
Last active August 29, 2017 02:45
Show Gist options
  • Save weblogix/972a89a1d42d05a39b5325fcf44564ba to your computer and use it in GitHub Desktop.
Save weblogix/972a89a1d42d05a39b5325fcf44564ba to your computer and use it in GitHub Desktop.
brew cheatsheet #cheatsheet
# Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Uninstall all packages
brew remove --force --ignore-dependencies $(brew list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment