Skip to content

Instantly share code, notes, and snippets.

@DavidGinzberg
Created May 22, 2016 19:24
Show Gist options
  • Save DavidGinzberg/a6afb30e089ac7bee47c6068ad73c67f to your computer and use it in GitHub Desktop.
Save DavidGinzberg/a6afb30e089ac7bee47c6068ad73c67f to your computer and use it in GitHub Desktop.
Take ownership of IntelliJ app on OS X if it was originally installed by a different admin user (This allows you to update IntelliJ at will)
sudo chown -R `whoami` /Applications/Intelli*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment