dot/.config/aliasrc/apple
2023-07-22 14:46:26 +02:00

9 lines
335 B
Text

export PATH=/usr/local/opt/openvpn/sbin/:$PATH
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
}