From 1503abf128d5133f6beb74a311b9f01c39404e40 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 11 Aug 2012 18:16:26 +0200 Subject: .osx: Set the timezone --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index f24cbae..68fa370 100755 --- a/.osx +++ b/.osx @@ -113,6 +113,9 @@ defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR" defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" defaults write NSGlobalDomain AppleMetricUnits -bool true +# Set the timezone; see `systemsetup -listtimezones` for other values +systemsetup -settimezone "Europe/Brussels" + # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false -- cgit v1.2.3