Skip to content

Instantly share code, notes, and snippets.

@loburets
Last active June 22, 2022 17:09
Show Gist options
  • Save loburets/8ab16ffa4acc210e73757b678185aecf to your computer and use it in GitHub Desktop.
Save loburets/8ab16ffa4acc210e73757b678185aecf to your computer and use it in GitHub Desktop.
remove phpsotrm from osx mac or other utils (КриптоПро CSP)
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