Skip to content

Instantly share code, notes, and snippets.

@jottenlips
Created July 30, 2018 01:41
Show Gist options
  • Save jottenlips/7efe141cbc33639c2b8e472c69a8601a to your computer and use it in GitHub Desktop.
Save jottenlips/7efe141cbc33639c2b8e472c69a8601a to your computer and use it in GitHub Desktop.
Homebrew uninstall/reinstall dependencies
brew list > brew-list.txt
brew uninstall $(cat brew-list.txt)
brew install $(cat brew-list.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment