brew install ~/.dotfiles
Configure Alacritty:
- Preferences -> Keyboard -> Keyboard shortcuts -> App shortcuts
- Add shortcut override for Alacritty "Hide alacritty" to
Cmd + Shift + H
To make aws profiles works
# .aws/credentials
[default]
region = us-east-1
credential_process = <path-to op-aws-helper> <vault> <secret>
[other]
region = us-east-1
credential_process = <path-to op-aws-helper> <vault> <secret>
ln -s $HOME/.dotfiles/.ssh/rc $HOME/.ssh