Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am devinertel on github.
  • I am devinertel (https://keybase.io/devinertel) on keybase.
  • I have a public key whose fingerprint is C768 ADB0 01E6 D9AB 4EB2 E0C1 602B DF00 535E 4D13

To claim this, I am signing this object:

@devinertel
devinertel / fix_brew_perms.txt
Last active October 27, 2015 22:26
Fix Brew Permissions
sudo chown -R `whoami` /usr/local
cd /usr/local
git add .
git stash
git reset --hard
git reset --hard origin/master