mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 21:06:23 +10:00
.osx: Consistency tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user