Skip to content

Commit

Permalink
.osx: Remove non-functional iTunes setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Nov 10, 2015
1 parent 9106157 commit 60e57d4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,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 #
###############################################################################

# Disable automatic device syncing
defaults write com.apple.iTunes dontAutomaticallySyncIPods -bool true

###############################################################################
# Mail #
###############################################################################
Expand Down Expand Up @@ -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."

0 comments on commit 60e57d4

Please sign in to comment.