Created
November 23, 2010 19:23
-
-
Save robhurring/712345 to your computer and use it in GitHub Desktop.
make the iTunes defaults better.
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
#!/bin/bash | |
# * remove those stupid PING buttons | |
# * show the store links | |
# * make the store links view more in your library (not the iTunes store) | |
defaults write com.apple.iTunes invertStoreLinks -bool YES | |
defaults write com.apple.iTunes show-store-link-arrows -bool YES | |
defaults write com.apple.iTunes hide-ping-dropdown -bool YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment