Last active
July 25, 2019 10:16
-
-
Save cvsolutions/a99a43192aa9beecc6ac to your computer and use it in GitHub Desktop.
Remove PhpStorm2019.1 settings from Mac OS X 10.14.4 Mojave
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/PhpStorm2019.1" | |
rm -rf "$HOME/Library/Caches/PhpStorm2019.1" | |
rm -rf "$HOME/Library/Application Support/PhpStorm2019.1" | |
rm -rf "$HOME/Library/Logs/PhpStorm2019.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment