aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."