Skip to content

Commit

Permalink
fix mac defaults write
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed May 29, 2023
1 parent a7170ed commit 474031a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mac/defaults.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
set -euo pipefail

osascript -e 'tell application "System Preferences" to quit'
Expand Down Expand Up @@ -39,6 +39,7 @@ defaults write com.apple.dock static-only -bool true

defaults write NSGlobalDomain AppleLanguages -array "en-GB"
defaults write NSGlobalDomain AppleLocale -string "en_GB"
defaults write NSGlobalDomain AppleInterfaceStyle -string "Dark"
defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters"
defaults write NSGlobalDomain AppleMetricUnits -bool true

Expand Down

0 comments on commit 474031a

Please sign in to comment.