Last active
June 22, 2022 17:09
-
-
Save loburets/8ab16ffa4acc210e73757b678185aecf to your computer and use it in GitHub Desktop.
remove phpsotrm from osx mac or other utils (КриптоПро CSP)
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
rm -rf /Applications/PhpStorm.* | |
rm -rf ~/Library/Preferences/jetbrains.* | |
rm -rf ~/Library/Logs/JetBrains/PhpStorm* | |
rm -rf ~/Library/Caches/PhpStorm* | |
rm -rf ~/Library/Caches/JetBrains/PhpStorm* | |
rm -rf ~/Library/Application\ Support/PhpStorm* | |
rm -rf ~/Library/Application\ Support/JetBrains* | |
rm -rf ~/Library/ApplicationSupport/PhpStorm* | |
rm -rf ~/Library/ApplicationSupport/JetBrains* | |
rm -rf ~/Library/Logs/PhpStorm* | |
rm -rf ~/Library/Preferences/PhpStorm* | |
# КриптоПро CSP (возможно лучше так не делать) | |
sudo rm -rf /etc/opt/cprocsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment