Update SSH config to read from 1Password managed identity file
This commit is contained in:
parent
5db6325f66
commit
f704efc665
2
install
Normal file → Executable file
2
install
Normal file → Executable file
@ -11,7 +11,7 @@ xargs brew install < brewlist
|
||||
xargs brew install --cask < casklist
|
||||
|
||||
# Sym Link Configs
|
||||
folders=("nvim" "tmux" "zsh" "git" ".config")
|
||||
folders=("nvim" "tmux" "zsh" "git" "ssh")
|
||||
|
||||
for folder in "${folders[@]}"
|
||||
do
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
Include ~/.ssh/1Password/config
|
||||
Host *
|
||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user