From e5eadcf6f25aed8da3f0b14bf263ee32fd890873 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Sun, 10 Nov 2013 15:29:17 -0500 Subject: [PATCH] We're in the US, silly. --- osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osx b/osx index e774722..cb80739 100755 --- a/osx +++ b/osx @@ -178,9 +178,9 @@ defaults write com.apple.BezelServices kDimTime -int 300 # Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with # `Inches`, `en_GB` with `en_US`, and `true` with `false`. defaults write NSGlobalDomain AppleLanguages -array "en" "nl" -defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR" -defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" -defaults write NSGlobalDomain AppleMetricUnits -bool true +defaults write NSGlobalDomain AppleLocale -string "en_US@currency=USD" +defaults write NSGlobalDomain AppleMeasurementUnits -string "Inches" +defaults write NSGlobalDomain AppleMetricUnits -bool false # Set the timezone; see `systemsetup -listtimezones` for other values systemsetup -settimezone "America/New_York" > /dev/null