Add debugging info for install
This commit is contained in:
parent
9dae5434a0
commit
12b666806d
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
- shell:
|
- shell:
|
||||||
- brew/install
|
-
|
||||||
|
command: brew/install
|
||||||
|
stdout: true
|
||||||
|
stderr: true
|
||||||
|
quiet: false
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/zsh/os.zshrc: zsh/darwin.zshrc
|
~/.config/zsh/os.zshrc: zsh/darwin.zshrc
|
||||||
|
|
|
||||||
1
install
1
install
|
|
@ -39,6 +39,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for conf in default "${OS_NAME}" "${profiles[@]}"; do
|
for conf in default "${OS_NAME}" "${profiles[@]}"; do
|
||||||
|
echo "Applying config: ${conf}"
|
||||||
load_config "${conf}${CONFIG_SUFFIX}"
|
load_config "${conf}${CONFIG_SUFFIX}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue