Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created August 31, 2015 00:01
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rubenerd/f0a6eb1531a3d912de7e to your computer and use it in GitHub Desktop.
Save rubenerd/f0a6eb1531a3d912de7e to your computer and use it in GitHub Desktop.
Remove Adobe Creative Cloud from OS X
#!/bin/sh
rm -rf "/Applications/Adobe*"
rm -rf "~/Library/Application Support/Adobe/"
rm -rf "~/Library/Caches/Adobe*/"
sudo rm -rf "/Applications/Utilities/Adobe*"
sudo rm -rf "/Library/Application Support/Adobe/"
sudo rm -rf "/Users/Shared/Adobe/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment