@@ -265,7 +265,7 @@ defaults write com.apple.systemuiserver menuExtras -array \
265
265
# Also see: https://github.com/drduh/macOS-Security-and-Privacy-Guide
266
266
# https://benchmarks.cisecurity.org/tools2/osx/CIS_Apple_OSX_10.12_Benchmark_v1.0.0.pdf
267
267
268
- # Enable Firewall. Possible values: 0 = off, 1 = on for specific sevices , 2 =
268
+ # Enable Firewall. Possible values: 0 = off, 1 = on for specific services , 2 =
269
269
# on for essential services.
270
270
sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 1
271
271
@@ -646,7 +646,7 @@ defaults write ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSav
646
646
# only allows preferences to be accounted for if all keys of a widget conf are
647
647
# present. See: https://github.com/JohnCoates/Aerial/issues/976
648
648
649
- # Only shows clock on main diplays , without seconds or am/pm
649
+ # Only shows clock on main displays , without seconds or am/pm
650
650
defaults write ~ /Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial.plist \
651
651
LayerClock -string \
652
652
' {
@@ -1116,7 +1116,7 @@ defaults write com.apple.Safari Command1Through9SwitchesTabs -bool true
1116
1116
# Set Safari’s home page to `about:blank` for faster loading
1117
1117
defaults write com.apple.Safari HomePage -string " "
1118
1118
1119
- # Save downloded files to
1119
+ # Save downloaded files to
1120
1120
defaults write com.apple.Safari DownloadsPath -string ' ~/Library/Mobile Documents/com~apple~CloudDocs/Downloads'
1121
1121
1122
1122
# Prevent Safari from opening ‘safe’ files automatically after downloading
@@ -1774,7 +1774,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
1774
1774
# ##############################################################################
1775
1775
1776
1776
# Disable automatic emoji substitution (i.e. use plain text smileys)
1777
- defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add " automaticEmojiSubstitutionEnablediMessage " -bool false
1777
+ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add " automaticEmojiSubstitutionEnabledMessage " -bool false
1778
1778
1779
1779
# Disable smart quotes as it’s annoying for messages that contain code
1780
1780
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add " automaticQuoteSubstitutionEnabled" -bool false
0 commit comments