Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 18, 2024
1 parent ea7f050 commit 580ea9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dot_lazy-profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export PATH="$PATH:~/.spoof-dpi/bin"
# ┌───────────┐
# │ 1PASSWORD │
# └───────────┘
# _is_linux && export SSH_AUTH_SOCK=~/.1password/agent.sock
# _is_darwin && \
# export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
_is_linux && export SSH_AUTH_SOCK=~/.1password/agent.sock
_is_darwin && \
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock

# ┌────────┐
# │ DOCKER │
Expand Down
9 changes: 5 additions & 4 deletions private_dot_ssh/private_config
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Host home
HostName home.xvzc.dev
User jerry
IdentitiesOnly yes
IdentityFile ~/.ssh/arch
IdentityFile ~/.ssh/arch.pub
ForwardAgent yes

Host xvzc.github.com
HostName github.com
HostName github.com
ForwardAgent yes
IdentitiesOnly yes
IdentityFile ~/.ssh/xvzc

IdentityFile ~/.ssh/xvzc.pub

0 comments on commit 580ea9b

Please sign in to comment.