From dcf3b1dfbefab28ca1838daeab469a2207047699 Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Tue, 22 Oct 2024 13:23:58 -0400 Subject: [PATCH] ssh keys only on yt --- .chezmoiignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index e0af012..5033d3b 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,3 +1,7 @@ .oh-my-zsh/cache .oh-my-zsh/log *.swp + +{{- if ne .chezmoi.hostname "ytlinux" }} +.ssh +{{- end}}