Created
July 22, 2015 20:16
-
-
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)
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
# 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