Update 2 files

- /home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl
- /home/dot_local/bin/executable_install-program
This commit is contained in:
Brian Zalewski 2023-01-12 23:47:12 +00:00
parent 6679945642
commit 2138825729
2 changed files with 4 additions and 0 deletions

View file

@ -11,7 +11,9 @@ fi
### Bash-it completions / plugins ### Bash-it completions / plugins
if command -v powerline > /dev/null; then if command -v powerline > /dev/null; then
logg info 'Running `source ~/.bashrc`'
source ~/.bashrc source ~/.bashrc
logg success 'Imported the `~/.bashrc` profile'
if command -v bash-it > /dev/null; then if command -v bash-it > /dev/null; then
if [ -n "$BASH_IT" ]; then if [ -n "$BASH_IT" ]; then
cd "$BASH_IT" || logg warn "The $BASH_IT directory does not exist" cd "$BASH_IT" || logg warn "The $BASH_IT directory does not exist"

View file

@ -138,6 +138,8 @@ async function generateInstallOrders(pkgsToInstall) {
packageKey = pkg packageKey = pkg
} else { } else {
log('warn', logStage, `The package \`${pkg}\` was not found in the installation map`) log('warn', logStage, `The package \`${pkg}\` was not found in the installation map`)
console.log('softwarePackages:', softwarePackages)
console.log('pkg:', pkg)
continue continue
} }
for (let preference of preferenceOrder) { for (let preference of preferenceOrder) {