-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS settings from the laptop #2
Labels
enhancement
New feature or request
Comments
There is so much cruft in this file. Cherry pick only the best stuffs. |
# Trackpad: enable tap to click for this user and for the login screen
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1 |
# Increase sound quality for Bluetooth headphones/headsets
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 |
# Enable full keyboard access for all controls
# (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 |
# Require password immediately after sleep or screen saver begins
defaults write com.apple.screensaver askForPassword -int 1
defaults write com.apple.screensaver askForPasswordDelay -int 0 |
... I stopped looking at about line 300 ... https://github.com/mathiasbynens/dotfiles/blob/master/.macos#L300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Controversial
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
per @christiannelson
@ken this is that resource for setting macOS setting from the command line. i only use a small set of these in my personal laptop bootstraper, but it's a good resource for those who want to automate more laptop config.
https://github.com/mathiasbynens/dotfiles/blob/master/.macos
The text was updated successfully, but these errors were encountered: