From 2832e8825eaaa6113190c1a63936dca2556c46c3 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 28 Feb 2024 23:10:52 +0100 Subject: [PATCH] Up. --- home/.chezmoiscripts/{common.lib.tmpl => run_common.lib} | 2 -- .../run_onchange_after_10-install-packages.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) rename home/.chezmoiscripts/{common.lib.tmpl => run_common.lib} (99%) diff --git a/home/.chezmoiscripts/common.lib.tmpl b/home/.chezmoiscripts/run_common.lib similarity index 99% rename from home/.chezmoiscripts/common.lib.tmpl rename to home/.chezmoiscripts/run_common.lib index 0eebd3f..3b7aa3f 100644 --- a/home/.chezmoiscripts/common.lib.tmpl +++ b/home/.chezmoiscripts/run_common.lib @@ -1,5 +1,3 @@ -#!/usr/bin/env bash -# # common.lib # # Common libray for local scripts diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index cc1a593..30cdfa8 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Load local library -. ./common.lib.tmpl +. ./run_common.lib diff --git a/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl index 9dbc176..52f6646 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Load local library -. ./common.lib.tmpl +. ./run_common.lib diff --git a/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl index 4784b70..381e9c8 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Load local library -. ./common.lib.tmpl +. ./run_common.lib