From d930f34ba5126264b8c67476152b89822b510325 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 24 Oct 2013 11:51:49 +0200 Subject: .osx: Remove old iTunes commands They only applied to iTunes 10 and older anyway. --- .osx | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.osx b/.osx index f660a10..5a416fd 100755 --- a/.osx +++ b/.osx @@ -418,25 +418,6 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK # Add a context menu item for showing the Web Inspector in web views defaults write NSGlobalDomain WebKitDeveloperExtras -bool true -############################################################################### -# iTunes (pre-iTunes 11 only) # -############################################################################### - -# Disable the iTunes store link arrows -defaults write com.apple.iTunes show-store-link-arrows -bool false - -# Disable the Genius sidebar in iTunes -defaults write com.apple.iTunes disableGeniusSidebar -bool true - -# Disable radio stations in iTunes -defaults write com.apple.iTunes disableRadio -bool true - -# Make ⌘ + F focus the search input in iTunes -# To use these commands in another language, browse iTunes’s package contents, -# open `Contents/Resources/your-language.lproj/Localizable.strings`, and look -# for `kHiddenMenuItemTargetSearch`. -defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" -string "@F" - ############################################################################### # Mail # ############################################################################### @@ -640,7 +621,7 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \ "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer" "Terminal" \ - "Transmission" "Twitter" "iCal" "iTunes"; do + "Transmission" "Twitter" "iCal"; do killall "$app" > /dev/null 2>&1 done echo "Done. Note that some of these changes require a logout/restart to take effect." -- cgit v1.2.3