diff --git a/macos-config.sh b/macos-config.sh index 790775c..47844cf 100755 --- a/macos-config.sh +++ b/macos-config.sh @@ -265,7 +265,7 @@ defaults write com.apple.systemuiserver menuExtras -array \ # Also see: https://github.com/drduh/macOS-Security-and-Privacy-Guide # https://benchmarks.cisecurity.org/tools2/osx/CIS_Apple_OSX_10.12_Benchmark_v1.0.0.pdf -# Enable Firewall. Possible values: 0 = off, 1 = on for specific sevices, 2 = +# Enable Firewall. Possible values: 0 = off, 1 = on for specific services, 2 = # on for essential services. sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 1 @@ -646,7 +646,7 @@ defaults write ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSav # only allows preferences to be accounted for if all keys of a widget conf are # present. See: https://github.com/JohnCoates/Aerial/issues/976 -# Only shows clock on main diplays, without seconds or am/pm +# Only shows clock on main displays, without seconds or am/pm defaults write ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial.plist \ LayerClock -string \ '{ @@ -1116,7 +1116,7 @@ defaults write com.apple.Safari Command1Through9SwitchesTabs -bool true # Set Safari’s home page to `about:blank` for faster loading defaults write com.apple.Safari HomePage -string "" -# Save downloded files to +# Save downloaded files to defaults write com.apple.Safari DownloadsPath -string '~/Library/Mobile Documents/com~apple~CloudDocs/Downloads' # Prevent Safari from opening ‘safe’ files automatically after downloading @@ -1774,7 +1774,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true ############################################################################### # Disable automatic emoji substitution (i.e. use plain text smileys) -defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnablediMessage" -bool false +defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnabledMessage" -bool false # Disable smart quotes as it’s annoying for messages that contain code defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false diff --git a/readme.md b/readme.md index cbeb714..544481d 100644 --- a/readme.md +++ b/readme.md @@ -170,7 +170,7 @@ Side button assignment → `Shift` + `Opt` + `Space`: ## Upgrade -I'm trying to make the install procedure indempotent so you'll just have to +I'm trying to make the install procedure idempotent so you'll just have to call the script again to upgrade your system: ```shell-session @@ -200,7 +200,7 @@ Older branches are available for archive. - [macOS 14.0 (Sonoma)](https://github.com/kdeldycke/dotfiles/tree/main) (current) - [macOS 13.0 (Ventura)](https://github.com/kdeldycke/dotfiles/tree/macos-13) - [macOS 12.0 (Monterey)](https://github.com/kdeldycke/dotfiles/tree/macos-12) -- [macOS 11.0 (Big Sur)](https://github.com/kdeldycke/dotfiles/tree/macos-11) +- [macOS 11.0 (Big Sure)](https://github.com/kdeldycke/dotfiles/tree/macos-11) - [macOS 10.15 (Catalina)](https://github.com/kdeldycke/dotfiles/tree/macos-10.15) - [macOS 10.14 (Mojave)](https://github.com/kdeldycke/dotfiles/tree/macos-10.14) - [macOS 10.13 (High Sierra)](https://github.com/kdeldycke/dotfiles/tree/macos-10.13)