Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[autofix] Typo #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions macos-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 \
'{
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down