Created
August 23, 2017 05:06
-
-
Save d3zza/ba759987512596d62c6cfe134869e66e to your computer and use it in GitHub Desktop.
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
#from http://stackoverflow.com/questions/23038391/reinstalling-homebrew-symbolic-links-after-a-restore | |
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