Last active
August 28, 2017 05:06
-
-
Save loburets/b15c75dbc7aa06e44938a3a7a87645bd to your computer and use it in GitHub Desktop.
remove phpsotrm from osx mac
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
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