27 lines
675 B
Markdown
27 lines
675 B
Markdown
# MacOS-Clear-script
|
|
|
|
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.
|
|
|
|
# Install
|
|
```shell
|
|
brew tap Skydust/clearscript https://gitea.skydust.fr/Skydust/homebrew-clearscript.git
|
|
brew install clearscript
|
|
``` |