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) {