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:
parent
6679945642
commit
2138825729
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue