Skip to content

Instantly share code, notes, and snippets.

@kissarat
Forked from istepanov/gist:3950977
Last active April 27, 2017 06:53
Show Gist options
  • Save kissarat/75862712bfcb53558f514226a8d29b88 to your computer and use it in GitHub Desktop.
Save kissarat/75862712bfcb53558f514226a8d29b88 to your computer and use it in GitHub Desktop.
Remove PHPStorm settings from macOS 10.12.1 Sierra
#!/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