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*