Skip to content

Instantly share code, notes, and snippets.

@erikgall
Created May 11, 2019 21:52
Show Gist options
  • Save erikgall/792ceb120fe88e30247df339874b2794 to your computer and use it in GitHub Desktop.
Save erikgall/792ceb120fe88e30247df339874b2794 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n"
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
launchctl unload -w ~/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
echo "\n\n--- Done! ---\n\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment