Skip to content

Instantly share code, notes, and snippets.

@citmusa
Created May 17, 2017 21:10
Show Gist options
  • Save citmusa/6675d92b66f23d82fcf7e8fa55a916be to your computer and use it in GitHub Desktop.
Save citmusa/6675d92b66f23d82fcf7e8fa55a916be to your computer and use it in GitHub Desktop.
mac preferences
#!/usr/bin/env bash
# from — https://mths.be/macos
### General UI/UX ###
# Disable the sound effects on boot
sudo nvram SystemAudioVolume=" "
### Keyboard ###
# Enable full keyboard access for all controls
# (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
# Speeding keyboard
defaults write NSGlobalDomain KeyRepeat -int 2
defaults write NSGlobalDomain InitialKeyRepeat -int 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment