-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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