Skip to content

Instantly share code, notes, and snippets.

@anatooly
Last active December 31, 2015 18:49
Show Gist options
  • Save anatooly/bb83f359afb75e36d595 to your computer and use it in GitHub Desktop.
Save anatooly/bb83f359afb75e36d595 to your computer and use it in GitHub Desktop.
PhpStrom Evaluation on Ubuntu
# Ubuntu
find / -type d -name .WebIde100 2> /dev/null
# Mac OS X
rm -rf "$HOME/Library/Preferences/WebIde100"
rm -rf "$HOME/Library/Caches/WebIde100"
rm -rf "$HOME/Library/Application Support/WebIde100"
rm -rf "$HOME/Library/Logs/WebIde100"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment