From ade6de50cef24b0675c35bc5bac68bdaf5206c13 Mon Sep 17 00:00:00 2001 From: Isaac Vicente Date: Tue, 17 Jan 2023 18:59:41 -0300 Subject: [PATCH] Make the scripts runnable for chezmoi Chezmoi automatically renamed all the scripts. --- bin/{clean_plugins => executable_clean_plugins} | 0 bin/{install_plugins => executable_install_plugins} | 0 bin/{update_plugins => executable_update_plugins} | 0 bindings/{clean_plugins => executable_clean_plugins} | 0 bindings/{install_plugins => executable_install_plugins} | 0 bindings/{update_plugins => executable_update_plugins} | 0 tpm => executable_tpm | 0 .../{check_tmux_version.sh => executable_check_tmux_version.sh} | 0 scripts/{clean_plugins.sh => executable_clean_plugins.sh} | 0 scripts/{install_plugins.sh => executable_install_plugins.sh} | 0 scripts/{source_plugins.sh => executable_source_plugins.sh} | 0 scripts/{update_plugin.sh => executable_update_plugin.sh} | 0 ...ompt_handler.sh => executable_update_plugin_prompt_handler.sh} | 0 scripts/{variables.sh => executable_variables.sh} | 0 .../{plugin_functions.sh => executable_plugin_functions.sh} | 0 ...shell_echo_functions.sh => executable_shell_echo_functions.sh} | 0 .../{tmux_echo_functions.sh => executable_tmux_echo_functions.sh} | 0 scripts/helpers/{tmux_utils.sh => executable_tmux_utils.sh} | 0 scripts/helpers/{utility.sh => executable_utility.sh} | 0 ...d_plugin_download => executable_expect_failed_plugin_download} | 0 ...l_clean_plugins => executable_expect_successful_clean_plugins} | 0 ...oad => executable_expect_successful_multiple_plugins_download} | 0 ...ugin_download => executable_expect_successful_plugin_download} | 0 ...gin => executable_expect_successful_update_of_a_single_plugin} | 0 ...plugins => executable_expect_successful_update_of_all_plugins} | 0 tests/{test_plugin_clean.sh => executable_test_plugin_clean.sh} | 0 ...gin_installation.sh => executable_test_plugin_installation.sh} | 0 ...on_legacy.sh => executable_test_plugin_installation_legacy.sh} | 0 ...test_plugin_sourcing.sh => executable_test_plugin_sourcing.sh} | 0 tests/{test_plugin_update.sh => executable_test_plugin_update.sh} | 0 tests/helpers/{tpm.sh => executable_tpm.sh} | 0 31 files changed, 0 insertions(+), 0 deletions(-) rename bin/{clean_plugins => executable_clean_plugins} (100%) mode change 100755 => 100644 rename bin/{install_plugins => executable_install_plugins} (100%) mode change 100755 => 100644 rename bin/{update_plugins => executable_update_plugins} (100%) mode change 100755 => 100644 rename bindings/{clean_plugins => executable_clean_plugins} (100%) mode change 100755 => 100644 rename bindings/{install_plugins => executable_install_plugins} (100%) mode change 100755 => 100644 rename bindings/{update_plugins => executable_update_plugins} (100%) mode change 100755 => 100644 rename tpm => executable_tpm (100%) mode change 100755 => 100644 rename scripts/{check_tmux_version.sh => executable_check_tmux_version.sh} (100%) mode change 100755 => 100644 rename scripts/{clean_plugins.sh => executable_clean_plugins.sh} (100%) mode change 100755 => 100644 rename scripts/{install_plugins.sh => executable_install_plugins.sh} (100%) mode change 100755 => 100644 rename scripts/{source_plugins.sh => executable_source_plugins.sh} (100%) mode change 100755 => 100644 rename scripts/{update_plugin.sh => executable_update_plugin.sh} (100%) mode change 100755 => 100644 rename scripts/{update_plugin_prompt_handler.sh => executable_update_plugin_prompt_handler.sh} (100%) mode change 100755 => 100644 rename scripts/{variables.sh => executable_variables.sh} (100%) rename scripts/helpers/{plugin_functions.sh => executable_plugin_functions.sh} (100%) rename scripts/helpers/{shell_echo_functions.sh => executable_shell_echo_functions.sh} (100%) rename scripts/helpers/{tmux_echo_functions.sh => executable_tmux_echo_functions.sh} (100%) rename scripts/helpers/{tmux_utils.sh => executable_tmux_utils.sh} (100%) rename scripts/helpers/{utility.sh => executable_utility.sh} (100%) rename tests/{expect_failed_plugin_download => executable_expect_failed_plugin_download} (100%) mode change 100755 => 100644 rename tests/{expect_successful_clean_plugins => executable_expect_successful_clean_plugins} (100%) mode change 100755 => 100644 rename tests/{expect_successful_multiple_plugins_download => executable_expect_successful_multiple_plugins_download} (100%) mode change 100755 => 100644 rename tests/{expect_successful_plugin_download => executable_expect_successful_plugin_download} (100%) mode change 100755 => 100644 rename tests/{expect_successful_update_of_a_single_plugin => executable_expect_successful_update_of_a_single_plugin} (100%) mode change 100755 => 100644 rename tests/{expect_successful_update_of_all_plugins => executable_expect_successful_update_of_all_plugins} (100%) mode change 100755 => 100644 rename tests/{test_plugin_clean.sh => executable_test_plugin_clean.sh} (100%) mode change 100755 => 100644 rename tests/{test_plugin_installation.sh => executable_test_plugin_installation.sh} (100%) mode change 100755 => 100644 rename tests/{test_plugin_installation_legacy.sh => executable_test_plugin_installation_legacy.sh} (100%) mode change 100755 => 100644 rename tests/{test_plugin_sourcing.sh => executable_test_plugin_sourcing.sh} (100%) mode change 100755 => 100644 rename tests/{test_plugin_update.sh => executable_test_plugin_update.sh} (100%) mode change 100755 => 100644 rename tests/helpers/{tpm.sh => executable_tpm.sh} (100%) diff --git a/bin/clean_plugins b/bin/executable_clean_plugins old mode 100755 new mode 100644 similarity index 100% rename from bin/clean_plugins rename to bin/executable_clean_plugins diff --git a/bin/install_plugins b/bin/executable_install_plugins old mode 100755 new mode 100644 similarity index 100% rename from bin/install_plugins rename to bin/executable_install_plugins diff --git a/bin/update_plugins b/bin/executable_update_plugins old mode 100755 new mode 100644 similarity index 100% rename from bin/update_plugins rename to bin/executable_update_plugins diff --git a/bindings/clean_plugins b/bindings/executable_clean_plugins old mode 100755 new mode 100644 similarity index 100% rename from bindings/clean_plugins rename to bindings/executable_clean_plugins diff --git a/bindings/install_plugins b/bindings/executable_install_plugins old mode 100755 new mode 100644 similarity index 100% rename from bindings/install_plugins rename to bindings/executable_install_plugins diff --git a/bindings/update_plugins b/bindings/executable_update_plugins old mode 100755 new mode 100644 similarity index 100% rename from bindings/update_plugins rename to bindings/executable_update_plugins diff --git a/tpm b/executable_tpm old mode 100755 new mode 100644 similarity index 100% rename from tpm rename to executable_tpm diff --git a/scripts/check_tmux_version.sh b/scripts/executable_check_tmux_version.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/check_tmux_version.sh rename to scripts/executable_check_tmux_version.sh diff --git a/scripts/clean_plugins.sh b/scripts/executable_clean_plugins.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/clean_plugins.sh rename to scripts/executable_clean_plugins.sh diff --git a/scripts/install_plugins.sh b/scripts/executable_install_plugins.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/install_plugins.sh rename to scripts/executable_install_plugins.sh diff --git a/scripts/source_plugins.sh b/scripts/executable_source_plugins.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/source_plugins.sh rename to scripts/executable_source_plugins.sh diff --git a/scripts/update_plugin.sh b/scripts/executable_update_plugin.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/update_plugin.sh rename to scripts/executable_update_plugin.sh diff --git a/scripts/update_plugin_prompt_handler.sh b/scripts/executable_update_plugin_prompt_handler.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/update_plugin_prompt_handler.sh rename to scripts/executable_update_plugin_prompt_handler.sh diff --git a/scripts/variables.sh b/scripts/executable_variables.sh similarity index 100% rename from scripts/variables.sh rename to scripts/executable_variables.sh diff --git a/scripts/helpers/plugin_functions.sh b/scripts/helpers/executable_plugin_functions.sh similarity index 100% rename from scripts/helpers/plugin_functions.sh rename to scripts/helpers/executable_plugin_functions.sh diff --git a/scripts/helpers/shell_echo_functions.sh b/scripts/helpers/executable_shell_echo_functions.sh similarity index 100% rename from scripts/helpers/shell_echo_functions.sh rename to scripts/helpers/executable_shell_echo_functions.sh diff --git a/scripts/helpers/tmux_echo_functions.sh b/scripts/helpers/executable_tmux_echo_functions.sh similarity index 100% rename from scripts/helpers/tmux_echo_functions.sh rename to scripts/helpers/executable_tmux_echo_functions.sh diff --git a/scripts/helpers/tmux_utils.sh b/scripts/helpers/executable_tmux_utils.sh similarity index 100% rename from scripts/helpers/tmux_utils.sh rename to scripts/helpers/executable_tmux_utils.sh diff --git a/scripts/helpers/utility.sh b/scripts/helpers/executable_utility.sh similarity index 100% rename from scripts/helpers/utility.sh rename to scripts/helpers/executable_utility.sh diff --git a/tests/expect_failed_plugin_download b/tests/executable_expect_failed_plugin_download old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_failed_plugin_download rename to tests/executable_expect_failed_plugin_download diff --git a/tests/expect_successful_clean_plugins b/tests/executable_expect_successful_clean_plugins old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_clean_plugins rename to tests/executable_expect_successful_clean_plugins diff --git a/tests/expect_successful_multiple_plugins_download b/tests/executable_expect_successful_multiple_plugins_download old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_multiple_plugins_download rename to tests/executable_expect_successful_multiple_plugins_download diff --git a/tests/expect_successful_plugin_download b/tests/executable_expect_successful_plugin_download old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_plugin_download rename to tests/executable_expect_successful_plugin_download diff --git a/tests/expect_successful_update_of_a_single_plugin b/tests/executable_expect_successful_update_of_a_single_plugin old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_update_of_a_single_plugin rename to tests/executable_expect_successful_update_of_a_single_plugin diff --git a/tests/expect_successful_update_of_all_plugins b/tests/executable_expect_successful_update_of_all_plugins old mode 100755 new mode 100644 similarity index 100% rename from tests/expect_successful_update_of_all_plugins rename to tests/executable_expect_successful_update_of_all_plugins diff --git a/tests/test_plugin_clean.sh b/tests/executable_test_plugin_clean.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_clean.sh rename to tests/executable_test_plugin_clean.sh diff --git a/tests/test_plugin_installation.sh b/tests/executable_test_plugin_installation.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_installation.sh rename to tests/executable_test_plugin_installation.sh diff --git a/tests/test_plugin_installation_legacy.sh b/tests/executable_test_plugin_installation_legacy.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_installation_legacy.sh rename to tests/executable_test_plugin_installation_legacy.sh diff --git a/tests/test_plugin_sourcing.sh b/tests/executable_test_plugin_sourcing.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_sourcing.sh rename to tests/executable_test_plugin_sourcing.sh diff --git a/tests/test_plugin_update.sh b/tests/executable_test_plugin_update.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/test_plugin_update.sh rename to tests/executable_test_plugin_update.sh diff --git a/tests/helpers/tpm.sh b/tests/helpers/executable_tpm.sh similarity index 100% rename from tests/helpers/tpm.sh rename to tests/helpers/executable_tpm.sh