Skip to content

Instantly share code, notes, and snippets.

@youngshook
Created October 9, 2015 03:12
Show Gist options
  • Save youngshook/280f3571e333ef9cd5f0 to your computer and use it in GitHub Desktop.
Save youngshook/280f3571e333ef9cd5f0 to your computer and use it in GitHub Desktop.
Instead of reinstating the symlinks, the better way to do it would be to use brew link
brew list | xargs -I % sh -c 'brew unlink %; brew link %'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment