aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-11-10 09:50:59 +0100
committerMathias Bynens <mathias@qiwi.be>2015-11-10 09:50:59 +0100
commit60e57d4745195eddb04a8e23906f527ad9d6598b (patch)
treeedea0fd1b6e73d101f47c4e21883dd85f84ac6e2
parent91061576949743a38b759b5e6e86a43058279dbf (diff)
downloaddotfiles-60e57d4745195eddb04a8e23906f527ad9d6598b.tar.gz
dotfiles-60e57d4745195eddb04a8e23906f527ad9d6598b.tar.bz2
dotfiles-60e57d4745195eddb04a8e23906f527ad9d6598b.zip
.osx: Remove non-functional iTunes setting
Ref. https://github.com/mathiasbynens/dotfiles/commit/cd88be0faec8b794e2ed6d145896f464125429b4#commitcomment-14145185. Thanks to @chdiza!
-rwxr-xr-x.osx13
1 files changed, 3 insertions, 10 deletions
diff --git a/.osx b/.osx
index b16341e..769661a 100755
--- a/.osx
+++ b/.osx
@@ -478,13 +478,6 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
###############################################################################
-# iTunes #
-###############################################################################
-
-# Disable automatic device syncing
-defaults write com.apple.iTunes dontAutomaticallySyncIPods -bool true
-
-###############################################################################
# Mail #
###############################################################################
@@ -828,9 +821,9 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030
###############################################################################
for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \
- "Dock" "Finder" "Google Chrome" "Google Chrome Canary" "iTunes" "Mail" \
- "Messages" "Opera" "Safari" "SizeUp" "Spectacle" "SystemUIServer" \
- "Terminal" "Transmission" "Twitter" "iCal"; do
+ "Dock" "Finder" "Google Chrome" "Google Chrome Canary" "Mail" "Messages" \
+ "Opera" "Safari" "SizeUp" "Spectacle" "SystemUIServer" "Terminal" \
+ "Transmission" "Twitter" "iCal"; do
killall "${app}" &> /dev/null
done
echo "Done. Note that some of these changes require a logout/restart to take effect."