Skip to content

iX315/mac-cleanup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

mac-cleanup

Cleanup script for OSX

Automatic Install:

use curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh)"

use wget

sh -c "$(wget https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh -O -)"

Step by step Install:

Download: curl -o cleanup https://raw.githubusercontent.com/fwartner/mac-cleanup/master/cleanup.sh

Make it executable: chmod +x cleanup

Move to make it globally usable: sudo mv cleanup /usr/local/bin/cleanup

Uninstall

curl -fsSL "https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh" | bash -s uninstall

Update

curl -fsSL "https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh" | bash -s update

About

Cleanup script for OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%