Skip to content

Instantly share code, notes, and snippets.

@loburets
Last active August 28, 2017 05:06
Show Gist options
  • Save loburets/b15c75dbc7aa06e44938a3a7a87645bd to your computer and use it in GitHub Desktop.
Save loburets/b15c75dbc7aa06e44938a3a7a87645bd to your computer and use it in GitHub Desktop.
remove phpsotrm from osx mac
show folders:
ls ~/Library/Preferences/jetbrains.*
ls ~/Library/Preferences/PhpStorm*
ls ~/Library/Caches/PhpStorm*
ls ~/Library/Application\ Support/PhpStorm*
ls ~/Library/Logs/PhpStorm*
remove folders:
rm -rf /Applications/PhpStorm.*
rm -rf ~/Library/Preferences/jetbrains.*
rm -rf ~/Library/Caches/PhpStorm*
rm -rf ~/Library/Application\ Support/PhpStorm*
rm -rf ~/Library/Logs/PhpStorm*
rm -rf ~/Library/Preferences/PhpStorm*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment