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:
|
||||
- brew/install
|
||||
-
|
||||
command: brew/install
|
||||
stdout: true
|
||||
stderr: true
|
||||
quiet: false
|
||||
|
||||
- link:
|
||||
~/.config/zsh/os.zshrc: zsh/darwin.zshrc
|
||||
|
|
|
|||
1
install
1
install
|
|
@ -39,6 +39,7 @@ else
|
|||
fi
|
||||
|
||||
for conf in default "${OS_NAME}" "${profiles[@]}"; do
|
||||
echo "Applying config: ${conf}"
|
||||
load_config "${conf}${CONFIG_SUFFIX}"
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue