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

Update system prefs setup for new macOS versions #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jason-o-matic
Copy link
Member

Why is this change needed?

Many of these locations changed, so I updated the script to reflect the
new locations as I went through. I also automated a few more settings
while at it.

Did you complete all of the following?

  • Run test suite?
  • Add new tests?
  • Consider security implications and practices?

Why is this change needed?
--------------------------
Many of these locations changed, so I updated the script to reflect the
new locations as I went through. I also automated a few more settings
while at it.

Did you complete all of the following?
--------------------------------------
- Run test suite?
- Add new tests?
- Consider security implications and practices?
# System Preferences > Keyboard >
defaults write NSGlobalDomain InitialKeyRepeat -int 15

# System Preferences > Trackpad > Tap to click
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if we left the default, but I know I will probably get outvoted.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, that's a good point. I'd like to support customizations per user on things like this. I mean, I think you're crazy, but I'd like to support everyone's individual craziness.

Off the top of my head I don't have any ideas I love for ways to customize this per user, but we'll think of something.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some bad ideas! Maybe we could turn them into good ones?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants