aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-24 11:51:49 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-24 11:51:49 +0200
commitd930f34ba5126264b8c67476152b89822b510325 (patch)
treef65f6f0393bd62c2209666166680e73ca3b939b4
parentb69366cbab95f24f07189eba8055ce2986cbd71b (diff)
downloaddotfiles-d930f34ba5126264b8c67476152b89822b510325.tar.gz
dotfiles-d930f34ba5126264b8c67476152b89822b510325.tar.bz2
dotfiles-d930f34ba5126264b8c67476152b89822b510325.zip
.osx: Remove old iTunes commands
They only applied to iTunes 10 and older anyway.
-rwxr-xr-x.osx21
1 files changed, 1 insertions, 20 deletions
diff --git a/.osx b/.osx
index f660a10..5a416fd 100755
--- a/.osx
+++ b/.osx
@@ -419,25 +419,6 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK
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."