Skip to content

Instantly share code, notes, and snippets.

@martinbowling
Last active February 2, 2024 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinbowling/5ad8213d17bfddc4dfb21579c92a4c05 to your computer and use it in GitHub Desktop.
Save martinbowling/5ad8213d17bfddc4dfb21579c92a4c05 to your computer and use it in GitHub Desktop.
fixed macos homebrew permissions
curl -s https://gist.githubusercontent.com/martinbowling/5ad8213d17bfddc4dfb21579c92a4c05/raw/b6c7abacaec8be8e2b720ceceb0e745b6dbed5e0/fix-homebrew-perms.sh | bash
#!/bin/bash
sudo chown -R $(whoami) $(brew --prefix)/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment