Skip to content

Instantly share code, notes, and snippets.

@kristi
Forked from lopopolo/gist:9427762
Created October 22, 2014 07:51
Show Gist options
  • Save kristi/e530d6b0779bef12eaba to your computer and use it in GitHub Desktop.
Save kristi/e530d6b0779bef12eaba to your computer and use it in GitHub Desktop.
brew list -1 | while read line; do brew unlink $line; brew link $line; done
for x in sqlite openssl readline; do brew unlink $x; brew link --force $x; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment