8 lines
287 B
Text
8 lines
287 B
Text
|
setupmac() {
|
||
|
defaults write com.apple.dock expose-animation-duration -float 0.1
|
||
|
defaults write -g InitialKeyRepeat -int 12
|
||
|
defaults write -g KeyRepeat -int 1
|
||
|
defaults write com.apple.Dock autohide-delay -float 0; killall Dock
|
||
|
defaults write -g com.apple.mouse.scaling -integer -1
|
||
|
}
|