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