Configuration for various tools.
First, add a GitHub SSH key:
read -p "Enter email for SSH Key: " email && ssh-keygen -t ed25519 -C "$email" && eval "$(ssh-agent -s)" && echo -e "Host github.com\n AddKeysToAgent yes\n IdentityFile ~/.ssh/id_ed25519" > ~/.ssh/config && ssh-add --apple-use-keychain ~/.ssh/id_ed25519 && && pbcopy < ~/.ssh/id_ed25519.pub && open https://github.com/settings/keys
Then clone this repository:
git clone [email protected]:erikkessler1/dotfiles.git
Once the respository is cloned, run:
cd dotfiles
./install.sh
These are some things to manually set:
- Trackpad > Point & Click > Tracking Speed: Fast - 1
- Trackpad > Scroll & Zoom > Natural Scrolling: Off
- Keyboard > Key repeat rate: Fast
- Keyboard > Delay until repeat: Short
- Keyboard > Keyboard Shortcuts > Modifier Keys > Caps Lock: Control
- Desktop & Dock > Dock > Automatically hide and show the Dock: On
- Desktop & Dock > Windows > Tiled windows have margins > Off