Created
March 27, 2026 18:30
-
-
Save miglen/bf63f782f31e26b17744d8f971b996e9 to your computer and use it in GitHub Desktop.
mac cleanup quick
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
| rm -rf ~/Library/Caches/* | |
| rm -rf ~/Library/Logs/* | |
| rm -rf ~/Library/Developer/Xcode/DerivedData/* | |
| rm -rf ~/Library/Developer/Xcode/Archives/* | |
| 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