From 2ccd01d38baada56da4ebbb3eca7dcfae09626f5 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 14 Sep 2012 13:47:59 +0200 Subject: .osx: Consistency tweaks --- .osx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.osx b/.osx index 7f82e0e..2a76dd4 100755 --- a/.osx +++ b/.osx @@ -197,7 +197,7 @@ defaults write com.apple.finder ShowMountedServersOnDesktop -bool true defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true # Finder: show hidden files by default -defaults write com.apple.Finder AppleShowAllFiles -bool true +defaults write com.apple.finder AppleShowAllFiles -bool true # Finder: show all filename extensions defaults write NSGlobalDomain AppleShowAllExtensions -bool true @@ -252,7 +252,7 @@ defaults write com.apple.finder OpenWindowForNewRemovableDisk -bool true # Use list view in all Finder windows by default # Four-letter codes for the other view modes: `icnv`, `clmv`, `Flwv` -defaults write com.apple.Finder FXPreferredViewStyle -string "Nlsv" +defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv" # Disable the warning before emptying the Trash defaults write com.apple.finder WarnOnEmptyTrash -bool false @@ -405,8 +405,8 @@ defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Fi ############################################################################### # Disable send and reply animations in Mail.app -defaults write com.apple.Mail DisableReplyAnimations -bool true -defaults write com.apple.Mail DisableSendAnimations -bool true +defaults write com.apple.mail DisableReplyAnimations -bool true +defaults write com.apple.mail DisableSendAnimations -bool true # Copy email addresses as `foo@example.com` instead of `Foo Bar ` in Mail.app defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false @@ -424,8 +424,8 @@ defaults write com.apple.terminal StringEncodings -array 4 # Use a modified version of the Pro theme by default in Terminal.app open "$HOME/init/Mathias.terminal" sleep 1 # Wait a bit to make sure the theme is loaded -defaults write com.apple.Terminal "Default Window Settings" -string "Mathias" -defaults write com.apple.Terminal "Startup Window Settings" -string "Mathias" +defaults write com.apple.terminal "Default Window Settings" -string "Mathias" +defaults write com.apple.terminal "Startup Window Settings" -string "Mathias" # Enable “focus follows mouse” for Terminal.app and all X11 apps # i.e. hover over a window and start typing in it without clicking first -- cgit v1.2.3