Skip to content

Instantly share code, notes, and snippets.

@x1unix
Forked from istepanov/gist:3950977
Created February 20, 2018 14:37
Show Gist options
  • Save x1unix/40fc811ec729944dbbef3f7fed449178 to your computer and use it in GitHub Desktop.
Save x1unix/40fc811ec729944dbbef3f7fed449178 to your computer and use it in GitHub Desktop.
Remove PHPStorm settings from Mac OS X 10.8 Mountain Lion
#!/usr/bin/sh
rm -rf "$HOME/Library/Preferences/WebIde40"
rm -rf "$HOME/Library/Caches/WebIde40"
rm -rf "$HOME/Library/Application Support/WebIde40"
rm -rf "$HOME/Library/Logs/WebIde40"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment