From 24045d9f06b06a1d25dbd7f6ebc52f6b16d9db1b Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 26 Jun 2012 13:36:39 +0200 Subject: .osx: Set language and text formats --- .osx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.osx b/.osx index a25c618..e13a374 100755 --- a/.osx +++ b/.osx @@ -46,6 +46,14 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # Set a blazingly fast keyboard repeat rate defaults write NSGlobalDomain KeyRepeat -int 0 +# Set language and text formats +# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with `Inches`, and `true` with `false`. +defaults write NSGlobalDomain AppleLanguages -array "en" "nl" +defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR" +AppleMeasurementUnits +defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" +defaults write NSGlobalDomain AppleMetricUnits -bool true + # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false -- cgit v1.2.3