First Commit

This commit is contained in:
2022-11-29 17:49:43 +01:00
parent f9ce022b9e
commit 345c8e3170
2 changed files with 274 additions and 1 deletions

View File

@@ -1,3 +1,21 @@
# MacOS-Clear-script
Simple bash script to clear stuff on MacOS
I made a simple script to clear the folders that regularly get enormous under MacOS.
The current version clears:
- Homebrew's cache
- Firefox's cache
- Thunderbird's cache
- CoreSimulator's cache (Xcode)
- Java Gradle caches
- Discord's cache
- Jetbrains's cache
- Old Fusion360 versions
- VisualStudio's cache
- VisualStudioInstaller's cache
- Adobe's cache (All apps)
The scripts requires sudo, so be careful with it.
I'm not responsible for any misusage or any problems that might arise from using this script.