This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30dbeaa
commit 6d214dd
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
# Clean Your Mac Bash Script | ||
|
||
[![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](#) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/beingfranklin/Clean-Your-Mac/pulls) [![Open Source Love](https://camo.githubusercontent.com/cbd785635328810304475bfe9d9ef74bd157b333/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76332f6f70656e2d736f757263652e7376673f763d313032)](#) [![Open Source Love](https://camo.githubusercontent.com/3b6539ac63635dcdd5579173803e560aadb0c094/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e706e673f763d313033)](#) | ||
[![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](#) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/beingfranklin/Clean-Your-Mac/pulls) [![Open Source Love](https://camo.githubusercontent.com/cbd785635328810304475bfe9d9ef74bd157b333/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76332f6f70656e2d736f757263652e7376673f763d313032)](#) [![MIT License](https://camo.githubusercontent.com/3b6539ac63635dcdd5579173803e560aadb0c094/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e706e673f763d313033)](https://github.com/beingfranklin/Clean-Your-Mac/blob/master/LICENSE) | ||
|
||
This bash script was primarily built to clean up the chunks of files that has been clogging your Mac's memory. | ||
|
||
## Script Usage | ||
|
||
--- | ||
|
||
![Running the Script in the terminal.](https://raw.githubusercontent.com/beingfranklin/Clean-Your-Mac/master/screenshots/Running%20Script.png) | ||
Locate the folder which contains the script and Run the following command in terminal in that folder.(Better Copy the script into the disk) | ||
|
||
`sh script.sh` | ||
|
||
## Credits | ||
|
||
--- | ||
|
||
This script was primarily developed based on the stackoverflow posts [[1](https://stackoverflow.com/questions/7688614/osx-shell-script-deleting-all-desktop-files)],[[2](https://stackoverflow.com/questions/51718727/mac-shell-script-to-delete-files)] and this [github project](https://github.com/ajkblue/clean-my-mac/blob/master/clean_my_mac.sh). | ||
|
||
Please do make a PR if you can add anything into this project. |