Skip to content

Instantly share code, notes, and snippets.

@hassantauqeer
Last active May 30, 2019 19:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hassantauqeer/e2180985cee9daaf30acbb17d83b1d15 to your computer and use it in GitHub Desktop.
Save hassantauqeer/e2180985cee9daaf30acbb17d83b1d15 to your computer and use it in GitHub Desktop.
sudo chown -R $(whoami) /usr/local/
sudo chown -R $(whoami):admin /usr/local
`Can't chown /usr/local in High Sierra`
sudo chown -R $(whoami) $(brew --prefix)/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment