Skip to content

Commit

Permalink
.macos: Enable boot screen language menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and mathiasbynens committed Mar 15, 2017
1 parent 41fc69e commit d9257f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .macos
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR"
defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters"
defaults write NSGlobalDomain AppleMetricUnits -bool true

# Show language menu in the top right corner of the boot screen
sudo defaults write /Library/Preferences/com.apple.loginwindow showInputMenu -bool true

# Set the timezone; see `sudo systemsetup -listtimezones` for other values
sudo systemsetup -settimezone "Europe/Brussels" > /dev/null

Expand Down

0 comments on commit d9257f4

Please sign in to comment.