Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 814 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 814 Bytes

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