Skip to content

Instantly share code, notes, and snippets.

@SamDecrock
Created March 25, 2016 12:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamDecrock/3c94b7c4ec77b447886d to your computer and use it in GitHub Desktop.
Save SamDecrock/3c94b7c4ec77b447886d to your computer and use it in GitHub Desktop.
Purge Adobe stuff from your Mac
rm -rf "/Users/Shared/Library/Application Support/Adobe"
rm -rf "/Library/Application Support/regid.1986-12.com.adobe"
rm -rf "/Library/Application Support/Adobe"
rm -rf "/Library/Caches"
rm -rf "~/.adobe"
rm -rf "~/Library/Preferences/Adobe"
rm -rf "~/Library/Preferences/com.adobe.crashreporter.plist"
rm -rf "~/Library/Logs"
rm -rf "~/Library/Caches"
rm -rf "~/Library/Application Support/Adobe"
rm -rf "~/Library/Saved Application State/com.adobe.AdobePremierePro.savedState"
rm -rf "/private/var/db/BootCaches/56AF9C6E-2103-4C58-AF3A-EE3E6BAE57F4/app.com.adobe.AdobePremierePro.playlist"
rm -rf "/private/tmp"
rm -rf "/private/var/folders"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment