mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
chore: small tweaks for work comp
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
{% endif %}
|
||||
|
||||
{% if yadm.hostname == "ALLOCATE-Y3HW9MWW2D" %}
|
||||
[core]
|
||||
commentChar = @
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
|
||||
8
.ssh/config##template
Normal file
8
.ssh/config##template
Normal file
@@ -0,0 +1,8 @@
|
||||
Host *
|
||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
|
||||
{% if yadm.hostname == "ALLOCATE-Y3HW9MWW2D" %}
|
||||
Host gitlab.com
|
||||
HostName gitlab.com
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user