Update .local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl

This commit is contained in:
Brian Zalewski 2022-12-02 05:20:45 +00:00
parent 1f3b253716
commit 7392fcf95e

View file

@ -167,7 +167,7 @@ defaults write NSGlobalDomain AppleMeasurementUnits -string "Inches"
defaults write NSGlobalDomain AppleMetricUnits -bool false
{{ end }}
# Show language menu in the top right corner of the boot screen (causes Terminal.app to close)
# 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
@ -238,7 +238,7 @@ defaults write com.apple.screencapture disable-shadow -bool true
# Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501
defaults write NSGlobalDomain AppleFontSmoothing -int 1
# Enable HiDPI display modes (requires restart) (causes Terminal.app to close)
# Enable HiDPI display modes (requires restart)
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true
###############################################################################
@ -929,7 +929,6 @@ for app in "Activity Monitor" \
"SizeUp" \
"Spectacle" \
"SystemUIServer" \
"Terminal" \
"Transmission" \
"Tweetbot" \
"Twitter" \