Last active
September 14, 2023 18:31
-
-
Save tenshiAMD/adcf727e2d28518daa2d2d9cbc2ec739 to your computer and use it in GitHub Desktop.
Clean up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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