From c5d13169d14dd894b000740bf9a8c3c52f395fe7 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 13 May 2026 20:08:52 +0300 Subject: [PATCH] fix: add executable_ prefix to scripts so chezmoi deploys them as +x --- dot_local/bin/{backup-menu => executable_backup-menu} | 0 dot_local/bin/{betterbird_up.sh => executable_betterbird_up.sh} | 0 dot_local/bin/{kitty_up.sh => executable_kitty_up.sh} | 0 dot_local/bin/{ssh-pick => executable_ssh-pick} | 0 dot_local/bin/{tg_up.sh => executable_tg_up.sh} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename dot_local/bin/{backup-menu => executable_backup-menu} (100%) rename dot_local/bin/{betterbird_up.sh => executable_betterbird_up.sh} (100%) rename dot_local/bin/{kitty_up.sh => executable_kitty_up.sh} (100%) rename dot_local/bin/{ssh-pick => executable_ssh-pick} (100%) rename dot_local/bin/{tg_up.sh => executable_tg_up.sh} (100%) diff --git a/dot_local/bin/backup-menu b/dot_local/bin/executable_backup-menu similarity index 100% rename from dot_local/bin/backup-menu rename to dot_local/bin/executable_backup-menu diff --git a/dot_local/bin/betterbird_up.sh b/dot_local/bin/executable_betterbird_up.sh similarity index 100% rename from dot_local/bin/betterbird_up.sh rename to dot_local/bin/executable_betterbird_up.sh diff --git a/dot_local/bin/kitty_up.sh b/dot_local/bin/executable_kitty_up.sh similarity index 100% rename from dot_local/bin/kitty_up.sh rename to dot_local/bin/executable_kitty_up.sh diff --git a/dot_local/bin/ssh-pick b/dot_local/bin/executable_ssh-pick similarity index 100% rename from dot_local/bin/ssh-pick rename to dot_local/bin/executable_ssh-pick diff --git a/dot_local/bin/tg_up.sh b/dot_local/bin/executable_tg_up.sh similarity index 100% rename from dot_local/bin/tg_up.sh rename to dot_local/bin/executable_tg_up.sh