Managed by rcm
Starship shell prompt preview:
-
Show hidden files (cmd+shift+. when in Finder)
-
Download and install Fira Code Nerd Font
-
Generate ssh key and add to github
ssh-keygen -t ed25519 -C "joshua.s.york@gmail.com"
eval "$(ssh-agent -s)"
open ~/.ssh/config
touch ~/.ssh/config
vim ~/.ssh/config
Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_ed25519
ssh-add --apple-use-keychain ~/.ssh/id_ed25519
-
clone this repo, double check
DOTFILES_DIRS
env var value inrcrc
-
./macos-setup.sh
-
rcup -d $HOME/code/personal/dotfiles
-
Allow press and hold for VSCode
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
-
Copy over
~/.zsh_secrets
,~/.kube/config
,~/.aws/credentials
, etc if necessary
-
Disable spotlight cmd+space
-
Set Raycast trigger to cmd+space
-
Import raycast settings from dropbox
-
Change trackpad direction
Settings > Trackpad > Uncheck 'Scroll Direction: Natural'
-
Map Caps lock -> Escape
Settings > Keyboard > Modifier Keys
-
Disable automatic sorting of spaces
Settings > Mission Control > Uncheck 'Automatically rearrange Spaces'
-
Auto hide Dock
Settings > Desktop & Dock > check 'Automatically hide and show the Dock'
-
Set default browser
Settings > General