Skip to content

Instantly share code, notes, and snippets.

@craighooghiem
Created September 29, 2014 23:53
Show Gist options
  • Save craighooghiem/10229610f58879a399da to your computer and use it in GitHub Desktop.
Save craighooghiem/10229610f58879a399da to your computer and use it in GitHub Desktop.
Fix homebrew dylb link issues after upgrading OS X - relinks all libs in homebrew
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