Skip to content

Instantly share code, notes, and snippets.

@tenshiAMD
Last active September 14, 2023 18:31
Show Gist options
  • Save tenshiAMD/adcf727e2d28518daa2d2d9cbc2ec739 to your computer and use it in GitHub Desktop.
Save tenshiAMD/adcf727e2d28518daa2d2d9cbc2ec739 to your computer and use it in GitHub Desktop.
Clean up
docker system prune --force
docker rmi $(docker images -q)
gem cleanup
brew cleanup
rm -rf ~/Library/Caches/*
rm -rf ~/.cocoapods/repos/*
xcrun simctl delete all
rm -rf ~/Library/Developer/CoreSimulator/Caches/dyld/*
rm -rf ~/Library/Developer/Xcode/DerivedData/*
rm -rf ~/Library/Developer/XCPGDevices/*
rm -rf ~/Library/Developer/Xcode/Archives/*
rm -rf ~/Library/Developer/Xcode/iOS\ Device\ Logs/*
rm -rf ~/Library/Developer/Xcode/iOS\ DeviceSupport/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment