make the iTunes defaults better.
#!/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