-
-
Save kissarat/75862712bfcb53558f514226a8d29b88 to your computer and use it in GitHub Desktop.
Remove PHPStorm settings from macOS 10.12.1 Sierra
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
#!/usr/bin/sh | |
rm -rf $HOME/Library/Preferences//PhpStorm201* | |
rm -rf $HOME/Library/Caches/PhpStorm201* | |
rm -rf $HOME/Library/Application\ Support/PhpStorm201* | |
rm -rf $HOME/Library/Logs/PhpStorm201* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment