chore: small tweaks for work comp

This commit is contained in:
Ted Kulp
2023-10-23 14:13:45 -04:00
parent b3048ab852
commit 4b6a577907
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
{% endif %}
{% if yadm.hostname == "ALLOCATE-Y3HW9MWW2D" %}
[core]
commentChar = @
[gpg]
format = ssh

8
.ssh/config##template Normal file
View 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 %}