Last active
August 5, 2024 10:53
-
-
Save romitkarmakar/61486e1fb2c2bad43d0a1240bc55259a to your computer and use it in GitHub Desktop.
MacOS Auto Clean Script
This file contains 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/Developer/Xcode/DerivedData/ | |
rm -rf ~/.npm/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment