--- osx_defaults: # This is named `osx_defaults` since there's an Ansible conflict when this key # is named just `defaults`. - -g NSDisableAutomaticTermination -bool true # Don't quit idle applications - NSGlobalDomain AppleFontSmoothing -int 2 # subpixel rendering on non-Apple LCDs - NSGlobalDomain AppleKeyboardUIMode -int 3 # full keyboard access - NSGlobalDomain AppleShowAllExtensions -bool true # show all extensions by default - NSGlobalDomain KeyRepeat -int 2 # keyboard repeat rate - NSGlobalDomain IinitialKeyRepeat -int 15 # delay before keyboard repeat - NSGlobalDomain NSTableViewDefaultSizeMode -int 1 # set sidebar item size to small - NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false # disable resume - NSGlobalDomain WebKitDeveloperExtras -bool true # add debug menu in web views - NSGlobalDomain com.apple.mouse.tapBehavior -bool true # tap to click - com.apple.Safari IncludeInternalDebugMenu -bool true # enable Debug menu in Safari - com.apple.dashboard mcx-disabled -bool true # disable dashboard - com.apple.desktopservices DSDontWriteNetworkStores true # don't write .DS_Store to network volumes - com.apple.dock autohide -bool true # automatically hide and show the dock - com.apple.dock mineffect -string scale # minimize windows using the scale effect - com.apple.dock mru-spaces -bool false # don't rearrange spaces - com.apple.dock orientation -string left - com.apple.dock wvous-bl-corner -int 10 # set the bottom left hot corner to sleep the display - com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true - com.apple.driver.AppleBluetoothMultitouch.trackpad DragLock -int 1 - com.apple.driver.AppleBluetoothMultitouch.trackpad Dragging -int 1 - com.apple.dt.Xcode DVTTextAutoSuggestCompletionsDelay 0.1 # Xcode autocomplete delay - com.apple.finder FXEnableExtensionChangeWarning -bool false # don't ask when changing file extension - com.apple.finder FXPreferredViewStyle -string Nlsv # default to list view - com.apple.finder QLEnableTextSelection -bool true # enable text selection in QuickLook - com.apple.finder _FXShowPosixPathInTitle -bool true # show full path in Finder - com.apple.screencapture disable-shadow -bool true # no window shadows when capturing windows - com.apple.screencapture location ~/Downloads - com.apple.screensaver askForPassword -int 1 - com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false