Skip to content

Instantly share code, notes, and snippets.

@bbuecherl
Created July 22, 2015 20:16
Show Gist options
  • Save bbuecherl/0ee55ed56e0d5b0be9da to your computer and use it in GitHub Desktop.
Save bbuecherl/0ee55ed56e0d5b0be9da to your computer and use it in GitHub Desktop.
script to delete unnecessary apple apps (use "sudo sh cleanapps.sh" to execute)
# script to delete unnecessary apple apps
rm -Rvf /Applications/FaceTime.app
rm -Rvf /Applications/Game\ Center.app
rm -Rvf /Applications/Chess.app
rm -Rvf /Applications/Dashboard.app
rm -Rvf /Applications/iBooks.app
rm -Rvf /Applications/Messages.app
rm -Rvf /Applications/Photos.app
rm -Rvf /Applications/DVD\ Player.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment