Skip to content

Instantly share code, notes, and snippets.

@michaeldeol
Created May 28, 2014 19:36
Show Gist options
  • Save michaeldeol/05151935b75877808ad5 to your computer and use it in GitHub Desktop.
Save michaeldeol/05151935b75877808ad5 to your computer and use it in GitHub Desktop.
Remove PHPStorm 8
#!/usr/bin/sh
rm -rf "$HOME/Library/Preferences/WebIde80"
rm -rf "$HOME/Library/Caches/WebIde80"
rm -rf "$HOME/Library/Application Support/WebIde80"
rm -rf "$HOME/Library/Logs/WebIde80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment