diff --git a/darwin.conf.yaml b/darwin.conf.yaml index 7810860..ab1b8d0 100644 --- a/darwin.conf.yaml +++ b/darwin.conf.yaml @@ -1,5 +1,9 @@ - shell: - - brew/install + - + command: brew/install + stdout: true + stderr: true + quiet: false - link: ~/.config/zsh/os.zshrc: zsh/darwin.zshrc diff --git a/install b/install index 875f706..0238657 100755 --- a/install +++ b/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