From 4b6a577907f484305052112858cfc83e3873d5c7 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Mon, 23 Oct 2023 14:13:45 -0400 Subject: [PATCH] chore: small tweaks for work comp --- .gitconfig##template | 3 +++ .ssh/config##template | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .ssh/config##template diff --git a/.gitconfig##template b/.gitconfig##template index c6892f4..cf8e2d2 100644 --- a/.gitconfig##template +++ b/.gitconfig##template @@ -10,6 +10,9 @@ {% endif %} {% if yadm.hostname == "ALLOCATE-Y3HW9MWW2D" %} +[core] + commentChar = @ + [gpg] format = ssh diff --git a/.ssh/config##template b/.ssh/config##template new file mode 100644 index 0000000..6044fb5 --- /dev/null +++ b/.ssh/config##template @@ -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 %}