Forked from michaelbunch/Purge PHPStorm 7.x Settings on OSX
Last active
August 29, 2015 14:13
-
-
Save Nav-Appaiya/c37c4247b1404796cadb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# The follwing commands will wipe out any and all traces, except the | |
# installed application, of PHPStorm support files. Only use these if | |
# you need to reset back to a fresh install. | |
rm -rf ~/Library/Application\ Support/WebIde70 | |
rm -rf ~/Library/Cache/WebIde70 | |
rm -rf ~/Library/Preferences/WebIde70 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment