Skip to content

Instantly share code, notes, and snippets.

@michaeldeol
Forked from istepanov/gist:3950977
Last active December 29, 2015 08:49
Show Gist options
  • Save michaeldeol/7645611 to your computer and use it in GitHub Desktop.
Save michaeldeol/7645611 to your computer and use it in GitHub Desktop.
Remove PHPStorm 7
#!/usr/bin/sh
rm -rf "$HOME/Library/Preferences/WebIde70"
rm -rf "$HOME/Library/Caches/WebIde70"
rm -rf "$HOME/Library/Application Support/WebIde70"
rm -rf "$HOME/Library/Logs/WebIde70"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment