Skip to content

Instantly share code, notes, and snippets.

@ryaz
Created October 28, 2014 21:28
Show Gist options
  • Save ryaz/6d953e7a7959c870e9fd to your computer and use it in GitHub Desktop.
Save ryaz/6d953e7a7959c870e9fd to your computer and use it in GitHub Desktop.
relink 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