Skip to content

Instantly share code, notes, and snippets.

@brandanmajeske
Forked from istepanov/gist:3950977
Last active December 23, 2015 20:19
Show Gist options
  • Save brandanmajeske/6689099 to your computer and use it in GitHub Desktop.
Save brandanmajeske/6689099 to your computer and use it in GitHub Desktop.
#!/usr/bin/sh
rm -rf "$HOME/Library/Preferences/WebIde60"
rm -rf "$HOME/Library/Caches/WebIde60"
rm -rf "$HOME/Library/Application Support/WebIde60"
rm -rf "$HOME/Library/Logs/WebIde60"
//// or WebStorm
rm -rf "$HOME/Library/Preferences/WebStorm7"
rm -rf "$HOME/Library/Caches/WebStorm7"
rm -rf "$HOME/Library/Application Support/WebStorm7"
rm -rf "$HOME/Library/Logs/WebStorm7"
@brandanmajeske
Copy link
Author

How to remove PHPStorm from Mac OS X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment