Skip to content

Instantly share code, notes, and snippets.

@dblazeski
Created September 10, 2019 12:57
Show Gist options
  • Save dblazeski/0ee77b384de773def57ebfa0c757185a to your computer and use it in GitHub Desktop.
Save dblazeski/0ee77b384de773def57ebfa0c757185a to your computer and use it in GitHub Desktop.
Deletes chrome on mac
Scripts that deletes chrome on mac and leftovers
# https://superuser.com/a/318205
rm -r /Applications/Google\ Chrome.app/
rm -r ~/Library/Application\ Support/Google/Chrome/
rm ~/Library/Application\ Support/CrashReporter/Google\ Chrome*
rm ~/Library/Preferences/com.google.Chrome*
rm ~/Library/Preferences/Google\ Chrome*
rm -r ~/Library/Caches/com.google.Chrome*
rm -r ~/Library/Saved\ Application\ State/com.google.Chrome.savedState/
rm ~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.Chrome
rm ~/Library/Google/Google\ Chrome*
rm -r ~/Library/Speech/Speakable\ Items/Application\ Speakable\ Items/Google\ Chrome/
# These are optional
rm -r ~/Library/Google/Google\ Chrome\ Brand.plist
rm -r ~/Library/LaunchAgents/com.google.keystone.agent.plist
rm -r ~/Library/Preferences/com.google.Keystone.Agent.plist
rm -r ~/Library/Caches/com.google.Keystone*
rm -r ~/Library/Caches/com.google.SoftwareUpdate
rm -r ~/Library/Application Support/Google/RLZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment