Skip to content

Instantly share code, notes, and snippets.

@yspreen
Created August 4, 2021 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yspreen/ef1b1fb9b2dc16c5244d3dd98054a82e to your computer and use it in GitHub Desktop.
Save yspreen/ef1b1fb9b2dc16c5244d3dd98054a82e to your computer and use it in GitHub Desktop.
Fix adobe xd install
sudo rm -rf "~/Library/Application Support/Adobe"
sudo rm -rf "~/Library/Preferences/Adobe"
sudo rm -rf "~/Library/Logs/Adobe"
sudo rm -rf "~/Library/Caches/Adobe"
sudo rm -rf "/Library/Application Support/Adobe"
sudo rm -rf "/Library/Preferences/Adobe"
sudo rm -rf "/Library/Logs/Adobe"
sudo rm -rf "/Library/Caches/Adobe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment