Created
July 26, 2018 06:44
-
-
Save jasonkit/9923f243a22718b0536d585fecdce96b to your computer and use it in GitHub Desktop.
Relink all brew installed packages
This file contains hidden or 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