Skip to content

Instantly share code, notes, and snippets.

@cvsolutions
Last active July 25, 2019 10:16
Show Gist options
  • Save cvsolutions/a99a43192aa9beecc6ac to your computer and use it in GitHub Desktop.
Save cvsolutions/a99a43192aa9beecc6ac to your computer and use it in GitHub Desktop.
Remove PhpStorm2019.1 settings from Mac OS X 10.14.4 Mojave
#!/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