- Allow Mac Os to use Git:
xcode-select --install
- Run install script from remote repo:
mkdir -p ~/Developer && cd "$_"
git clone https://github.com/mlnchk/dotfiles.git
cd dotfiles
./install
-
Log out from the system to apply changes.
-
Login to 1Password first, then browser, then Raycast, then everething else.
-
Go to Settings -> Keyboard -> Keyboard Shortcuts. Disable shortcuts for Spotlight and Input Source.
-
Go to Settings -> Keyboard -> Text Inputs -> Edit. Enable Caps Lock to switch Input Source.
-
Go to Settings -> Sound -> Sound Effects. Set Alert Volume to 0%.
-
Go to Settings -> Internet Accounts. Log In to personal and working accounts.
-
Add SSH key for github:
ssh-keygen -t ed25519 -C "[email protected]"
pbcopy < ~/.ssh/id_ed25519.pub
Go to GitHub Settings -> SSH and GPG keys -> New SSH key.
- change lang to caps lock automatically
- configure ssh key for github