Created
October 25, 2012 07:00
-
-
Save istepanov/3950977 to your computer and use it in GitHub Desktop.
Remove PHPStorm settings from Mac OS X 10.8 Mountain Lion
This file contains hidden or 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
#!/usr/bin/sh | |
rm -rf "$HOME/Library/Preferences/WebIde40" | |
rm -rf "$HOME/Library/Caches/WebIde40" | |
rm -rf "$HOME/Library/Application Support/WebIde40" | |
rm -rf "$HOME/Library/Logs/WebIde40" |
@gasp Thanks a lot
rm -rf ~/Library/Preferences/jetbrains.*
rm -rf ~/Library/Caches/PhpStorm*
rm -rf ~/Library/Application\ Support/PhpStorm*
rm -rf ~/Library/Logs/PhpStorm*
did the trick for me thank you for saving me the day !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find out the correct folders to delete with