aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-11 18:16:26 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-11 18:16:26 +0200
commit1503abf128d5133f6beb74a311b9f01c39404e40 (patch)
treee47b8c9759ea9f47279af60d41da58366b003777 /.osx
parentc1ebe45d5252ae74d944c8697af2f0a94de8033d (diff)
downloaddotfiles-1503abf128d5133f6beb74a311b9f01c39404e40.tar.gz
dotfiles-1503abf128d5133f6beb74a311b9f01c39404e40.tar.bz2
dotfiles-1503abf128d5133f6beb74a311b9f01c39404e40.zip
.osx: Set the timezone
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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