From c3b6f6b08427cbb9f79f4caf5cd080c83b12827d Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 5 May 2024 04:11:03 +0000 Subject: [PATCH] Removed permission stripping technique and added upload-gist --- home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl | 2 -- ...executable_gist.tmpl => private_executable_upload-gist.tmpl} | 0 2 files changed, 2 deletions(-) rename home/dot_local/bin/{private_executable_gist.tmpl => private_executable_upload-gist.tmpl} (100%) diff --git a/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl b/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl index 149a0a8b..a4a472b7 100644 --- a/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl @@ -1024,7 +1024,6 @@ if [ -n "$DEBUG" ] || [ -n "$DEBUG_MODE" ]; then installTerminalTheme loadCronjobs macOSSettings - makeLocalBinExecutable symlinkAnsibleRoles symlinkPython userLogFolders @@ -1052,7 +1051,6 @@ else installTerminalTheme & loadCronjobs & macOSSettings & - makeLocalBinExecutable & symlinkAnsibleRoles & symlinkPython & userLogFolders & diff --git a/home/dot_local/bin/private_executable_gist.tmpl b/home/dot_local/bin/private_executable_upload-gist.tmpl similarity index 100% rename from home/dot_local/bin/private_executable_gist.tmpl rename to home/dot_local/bin/private_executable_upload-gist.tmpl