Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marcj
Last active November 17, 2019 20:22
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 marcj/ab66f9e2cef2e6d5925e12b8885ab549 to your computer and use it in GitHub Desktop.
Save marcj/ab66f9e2cef2e6d5925e12b8885ab549 to your computer and use it in GitHub Desktop.
Clean macOS for VMs
sudo mount -uw /
rm -rf /System/Library/Extensions/AMDRadeon*
rm -rf /System/Library/Extensions/GeForce*
rm -rf /System/Library/Desktop\ Pictures/*
find /System/Library/Templates/Data/System/Library/Speech -name PCMWave -exec rm -rf {} \;
rm -rf /System/Library/Screen\ Savers/*.saver
rm -rf /private/var/db/dyld
xcrun simctl erase all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment