Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save drinkius/64def6e28f2e87db3c91802742aa4095 to your computer and use it in GitHub Desktop.

Select an option

Save drinkius/64def6e28f2e87db3c91802742aa4095 to your computer and use it in GitHub Desktop.
Relink all brew
brew list -1 | while read line; do brew unlink $line; brew link $line; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment