From bb16143b0ff3907d05500f093bb641b52935f236 Mon Sep 17 00:00:00 2001 From: "Lockszmith (@kateryna)" Date: Wed, 23 Jul 2025 08:23:38 -0400 Subject: [PATCH] fix permissions on ~/.ssh and subdirs --- chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml | 1 - .../_home.macos/private_dot_config/atuin/config.toml.tmpl | 1 + .../_home.macos/private_dot_local/bin/atuin-sz-setup.sh | 1 + .../_home.macos/private_dot_local/bin/executable_fix_chmod | 1 + chezmoi.roots/_home.macos/private_dot_ssh/config | 1 - chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep | 1 - chezmoi.roots/_home/private_dot_ssh/config | 1 - chezmoi.roots/_home/private_dot_ssh/config.d/.keep | 1 - .../_src.all/private_dot_ssh/{config => private_config} | 0 .../private_dot_ssh/{config.d => private_config.d}/.keep | 0 10 files changed, 3 insertions(+), 5 deletions(-) delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml create mode 120000 chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml.tmpl create mode 120000 chezmoi.roots/_home.macos/private_dot_local/bin/atuin-sz-setup.sh create mode 120000 chezmoi.roots/_home.macos/private_dot_local/bin/executable_fix_chmod delete mode 120000 chezmoi.roots/_home.macos/private_dot_ssh/config delete mode 120000 chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep delete mode 120000 chezmoi.roots/_home/private_dot_ssh/config delete mode 120000 chezmoi.roots/_home/private_dot_ssh/config.d/.keep rename chezmoi.roots/_src.all/private_dot_ssh/{config => private_config} (100%) rename chezmoi.roots/_src.all/private_dot_ssh/{config.d => private_config.d}/.keep (100%) diff --git a/chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml b/chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml deleted file mode 120000 index 9eafd6a..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml +++ /dev/null @@ -1 +0,0 @@ -../../../_home/private_dot_config/atuin/config.toml \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml.tmpl b/chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml.tmpl new file mode 120000 index 0000000..968b879 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/atuin/config.toml.tmpl @@ -0,0 +1 @@ +../../../_home/private_dot_config/atuin/config.toml.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_local/bin/atuin-sz-setup.sh b/chezmoi.roots/_home.macos/private_dot_local/bin/atuin-sz-setup.sh new file mode 120000 index 0000000..2a07419 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_local/bin/atuin-sz-setup.sh @@ -0,0 +1 @@ +../../../_home/private_dot_local/bin/atuin-sz-setup.sh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_local/bin/executable_fix_chmod b/chezmoi.roots/_home.macos/private_dot_local/bin/executable_fix_chmod new file mode 120000 index 0000000..8901ad2 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_local/bin/executable_fix_chmod @@ -0,0 +1 @@ +../../../_home/private_dot_local/bin/executable_fix_chmod \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_ssh/config b/chezmoi.roots/_home.macos/private_dot_ssh/config deleted file mode 120000 index 545839c..0000000 --- a/chezmoi.roots/_home.macos/private_dot_ssh/config +++ /dev/null @@ -1 +0,0 @@ -../../_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 deleted file mode 120000 index 242d337..0000000 --- a/chezmoi.roots/_home.macos/private_dot_ssh/config.d/.keep +++ /dev/null @@ -1 +0,0 @@ -../../../_home/private_dot_ssh/config.d/.keep \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_ssh/config b/chezmoi.roots/_home/private_dot_ssh/config deleted file mode 120000 index e51e1ab..0000000 --- a/chezmoi.roots/_home/private_dot_ssh/config +++ /dev/null @@ -1 +0,0 @@ -../../_src.all/private_dot_ssh/config \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_ssh/config.d/.keep b/chezmoi.roots/_home/private_dot_ssh/config.d/.keep deleted file mode 120000 index 54fecee..0000000 --- a/chezmoi.roots/_home/private_dot_ssh/config.d/.keep +++ /dev/null @@ -1 +0,0 @@ -../../../_src.all/private_dot_ssh/config.d/.keep \ No newline at end of file diff --git a/chezmoi.roots/_src.all/private_dot_ssh/config b/chezmoi.roots/_src.all/private_dot_ssh/private_config similarity index 100% rename from chezmoi.roots/_src.all/private_dot_ssh/config rename to chezmoi.roots/_src.all/private_dot_ssh/private_config diff --git a/chezmoi.roots/_src.all/private_dot_ssh/config.d/.keep b/chezmoi.roots/_src.all/private_dot_ssh/private_config.d/.keep similarity index 100% rename from chezmoi.roots/_src.all/private_dot_ssh/config.d/.keep rename to chezmoi.roots/_src.all/private_dot_ssh/private_config.d/.keep