π Overview
A bash script designed to declutter and free up your Mac's memory from unwanted files.
This is an interactive script and requires root access. To run, simply execute the following:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/beingfranklin/Clean-Your-Mac/master/script.sh)"
We welcome all contributions! Check out the project, make your changes, and submit your PR.
For local development:
- Clone the repository.
- Navigate to the directory containing the script.
- Run:
sh script.sh
This script was primarily developed based on the stackoverflow posts.
- For root access- interactive script [1]
- OSX Shell Script: deleting all desktop files - [2]
- Mac shell script to delete files - [3]
- and this github project.
π‘ If you have suggestions or improvements, please submit a PR. Your collaboration is appreciated!