Getting started on a fresh macOS system.
sh ./run.shThe following changes aren't applied until you log out and back in.
defaults write -g com.apple.trackpad.scaling 2The normal minimum for InitialKeyRepeat is 15 (225 ms) and for KeyRepeat it's 2 (30 ms).
defaults write -g InitialKeyRepeat -int 10
defaults write -g KeyRepeat -int 1Check here for more details.
ssh-keygen -t ed25519 -C "tmjssz@gmail.com"Now we need to add the new SSH key to services.
Before installing Homebrew, we need to install the CLI tools for Xcode:
xcode-select —-installNow we can run the install command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"