Skip to content

beingfranklin/Clean-Your-Mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Clean Your Mac - Shell Script

Bash Shell PRs Welcome Open Source Love MIT License

πŸ“Œ Overview
A bash script designed to declutter and free up your Mac's memory from unwanted files.

πŸš€ How to Run

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)"

🀝 Contributing

We welcome all contributions! Check out the project, make your changes, and submit your PR.

Running the Script in the terminal.

For local development:

  1. Clone the repository.
  2. Navigate to the directory containing the script.
  3. Run: sh script.sh

πŸ“š Credits

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!