Skip to content

Instantly share code, notes, and snippets.

@robhurring
Created November 23, 2010 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robhurring/712345 to your computer and use it in GitHub Desktop.
Save robhurring/712345 to your computer and use it in GitHub Desktop.
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