diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-09-14 13:47:59 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-09-14 13:47:59 +0200 |
commit | 2ccd01d38baada56da4ebbb3eca7dcfae09626f5 (patch) | |
tree | b8ba739717bbe19d408fdb5b79cb3d984b04186c | |
parent | dd95959736d0dd5e333567a87f62e99ad5a7c297 (diff) | |
download | dotfiles-2ccd01d38baada56da4ebbb3eca7dcfae09626f5.tar.gz dotfiles-2ccd01d38baada56da4ebbb3eca7dcfae09626f5.tar.bz2 dotfiles-2ccd01d38baada56da4ebbb3eca7dcfae09626f5.zip |
.osx: Consistency tweaks
-rwxr-xr-x | .osx | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 <foo@example.com>` 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 |