Skip to content

Commit 5b9ffce

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
[autofix] Typo
1 parent f1f67fc commit 5b9ffce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

macos-config.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ defaults write com.apple.systemuiserver menuExtras -array \
265265
# Also see: https://github.com/drduh/macOS-Security-and-Privacy-Guide
266266
# https://benchmarks.cisecurity.org/tools2/osx/CIS_Apple_OSX_10.12_Benchmark_v1.0.0.pdf
267267

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 =
269269
# on for essential services.
270270
sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 1
271271

@@ -646,7 +646,7 @@ defaults write ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSav
646646
# only allows preferences to be accounted for if all keys of a widget conf are
647647
# present. See: https://github.com/JohnCoates/Aerial/issues/976
648648

649-
# Only shows clock on main diplays, without seconds or am/pm
649+
# Only shows clock on main displays, without seconds or am/pm
650650
defaults write ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial.plist \
651651
LayerClock -string \
652652
'{
@@ -1116,7 +1116,7 @@ defaults write com.apple.Safari Command1Through9SwitchesTabs -bool true
11161116
# Set Safari’s home page to `about:blank` for faster loading
11171117
defaults write com.apple.Safari HomePage -string ""
11181118

1119-
# Save downloded files to
1119+
# Save downloaded files to
11201120
defaults write com.apple.Safari DownloadsPath -string '~/Library/Mobile Documents/com~apple~CloudDocs/Downloads'
11211121

11221122
# Prevent Safari from opening ‘safe’ files automatically after downloading
@@ -1774,7 +1774,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
17741774
###############################################################################
17751775

17761776
# 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
17781778

17791779
# Disable smart quotes as it’s annoying for messages that contain code
17801780
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Side button assignment → `Shift` + `Opt` + `Space`:
170170

171171
## Upgrade
172172

173-
I'm trying to make the install procedure indempotent so you'll just have to
173+
I'm trying to make the install procedure idempotent so you'll just have to
174174
call the script again to upgrade your system:
175175

176176
```shell-session
@@ -200,7 +200,7 @@ Older branches are available for archive.
200200
- [macOS 14.0 (Sonoma)](https://github.com/kdeldycke/dotfiles/tree/main) (current)
201201
- [macOS 13.0 (Ventura)](https://github.com/kdeldycke/dotfiles/tree/macos-13)
202202
- [macOS 12.0 (Monterey)](https://github.com/kdeldycke/dotfiles/tree/macos-12)
203-
- [macOS 11.0 (Big Sur)](https://github.com/kdeldycke/dotfiles/tree/macos-11)
203+
- [macOS 11.0 (Big Sure)](https://github.com/kdeldycke/dotfiles/tree/macos-11)
204204
- [macOS 10.15 (Catalina)](https://github.com/kdeldycke/dotfiles/tree/macos-10.15)
205205
- [macOS 10.14 (Mojave)](https://github.com/kdeldycke/dotfiles/tree/macos-10.14)
206206
- [macOS 10.13 (High Sierra)](https://github.com/kdeldycke/dotfiles/tree/macos-10.13)

0 commit comments

Comments
 (0)