Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 17, 2024
1 parent c21939b commit a4e0a91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
4 changes: 2 additions & 2 deletions private_dot_ssh/private_config
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Host home
HostName home.xvzc.dev
User jerry
IdentitiesOnly yes
IdentityFile ~/.ssh/arch
IdentityFile ~/.ssh/arch.pub

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

1 change: 1 addition & 0 deletions setup/arch-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ libhangul-git
tmux
rofi
xorg
xorg-server
xorg-xinit

base-devel
Expand Down

0 comments on commit a4e0a91

Please sign in to comment.