Skip to content

Instantly share code, notes, and snippets.

@jadb
Forked from denji/README.md
Last active September 29, 2015 21:46
Show Gist options
  • Save jadb/4b4fe07b778da8a6c377 to your computer and use it in GitHub Desktop.
Save jadb/4b4fe07b778da8a6c377 to your computer and use it in GitHub Desktop.
Remove PhpStorm application, settings and cli-links from Mac OSX

Quick uninstall JetBrains settings:

curl -sL https://gist.github.com/jadb/4b4fe07b778da8a6c377/raw/jetbrains-uninstall.sh | bash -s
#!/usr/bin/env bash
set -x
# Clear Application Saved States JetBrains
rm -rfv ~/Library/Saved\ Application\ State/com.jetbrains.*
# PhpStorm
rm -rfv /Applications/PhpStorm*
rm -fv /usr/local/bin/pstorm
rm -rfv ~/.WebIde??
rm -rfv ~/Library/Preferences/WebIde??
rm -rfv ~/Library/Caches/WebIde??
rm -rfv ~/Library/Application\ Support/WebIde??
rm -rfv ~/Library/Logs/WebIde??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment