From 21388257293e101924183953b8de3d247e79a8f8 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 12 Jan 2023 23:47:12 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl - /home/dot_local/bin/executable_install-program --- .../universal/run_onchange_after_94-bash-it.tmpl | 2 ++ home/dot_local/bin/executable_install-program | 2 ++ 2 files changed, 4 insertions(+) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl index a6ca711f..72ab363c 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl @@ -11,7 +11,9 @@ fi ### Bash-it completions / plugins if command -v powerline > /dev/null; then + logg info 'Running `source ~/.bashrc`' source ~/.bashrc + logg success 'Imported the `~/.bashrc` profile' if command -v bash-it > /dev/null; then if [ -n "$BASH_IT" ]; then cd "$BASH_IT" || logg warn "The $BASH_IT directory does not exist" diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index f2738ab2..f43cc3ca 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -138,6 +138,8 @@ async function generateInstallOrders(pkgsToInstall) { packageKey = pkg } else { log('warn', logStage, `The package \`${pkg}\` was not found in the installation map`) + console.log('softwarePackages:', softwarePackages) + console.log('pkg:', pkg) continue } for (let preference of preferenceOrder) {