This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 | |
defaults write NSGlobalDomain AppleShowAllExtensions -bool true | |
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true | |
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true | |
defaults write NSGlobalDomain KeyRepeat -int 0.18 | |
defaults write NSGlobalDomain InitialKeyRepeat -int 24 | |
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true | |
defaults write com.adobe.AdobeUpdater.Admin Disable.Update -bool yes |
NewerOlder