From 11576d28064ff191178297f79ffd7ecd4091c1f9 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Sun, 3 Aug 2025 20:10:58 +0000 Subject: [PATCH] add general ssh config to macos --- chezmoi.roots/_home.macos/private_dot_ssh/config | 1 + chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep | 1 + 2 files changed, 2 insertions(+) create mode 120000 chezmoi.roots/_home.macos/private_dot_ssh/config create mode 120000 chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep diff --git a/chezmoi.roots/_home.macos/private_dot_ssh/config b/chezmoi.roots/_home.macos/private_dot_ssh/config new file mode 120000 index 0000000..545839c --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_ssh/config @@ -0,0 +1 @@ +../../_home/private_dot_ssh/config \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep b/chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep new file mode 120000 index 0000000..242d337 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep @@ -0,0 +1 @@ +../../../_home/private_dot_ssh/config.d/.keep \ No newline at end of file