mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
feat: 1Password SSH agent auto-setup and SSH config template
- Add 1Password SSH agent socket symlink creation in setup.sh - Copy ssh/example template to ~/.ssh/config on fresh install - Update Brewfile with additional packages (bun, pnpm, qq, teamviewer, etc.) - Update documentation (CHECKLIST, MIGRATION_GUIDE, README)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
Host *
|
||||
#HostkeyAlgorithms +ssh-rsa
|
||||
#PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
Include ~/.orbstack/ssh/config
|
||||
|
||||
Host *
|
||||
IdentityAgent "~/.1password/agent.sock"
|
||||
ServerAliveInterval 60
|
||||
TCPKeepAlive yes
|
||||
@@ -10,11 +9,9 @@ Host github.com
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
User git
|
||||
# set to personal by default
|
||||
IdentityFile ~/.ssh/Personal.pub
|
||||
IdentitiesOnly yes
|
||||
|
||||
# Personal
|
||||
Host personalgit
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
@@ -22,7 +19,6 @@ Host personalgit
|
||||
IdentityFile ~/.ssh/Personal.pub
|
||||
IdentitiesOnly yes
|
||||
|
||||
# Work
|
||||
Host workgit
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
|
||||
Reference in New Issue
Block a user