Skip to content

Instantly share code, notes, and snippets.

@caine
Created November 20, 2012 20:17
Show Gist options
  • Save caine/4120760 to your computer and use it in GitHub Desktop.
Save caine/4120760 to your computer and use it in GitHub Desktop.
system cleanup
#!/bin/bash
sudo periodic daily weekly monthly
sudo rm -rf ~/Library/Logs/*
sudo rm -rf ~/Library/Caches/*
sudo rm -rf /System/Library/Caches/*
sudo rm -rf /Library/Caches/*
rm -rf ~/Library/Safari/Downloads.plist
sudo diskutil repairPermissions /
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment