Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 597 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 597 Bytes

Install:

Dependencies:

MacOS:

brew install ~/.dotfiles

Configure Alacritty:

  1. Preferences -> Keyboard -> Keyboard shortcuts -> App shortcuts
  2. Add shortcut override for Alacritty "Hide alacritty" to Cmd + Shift + H

AWS + 1password

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>

Remote Machine

SSH configuration

ln -s $HOME/.dotfiles/.ssh/rc $HOME/.ssh