From 12b666806d85c174e38425dc994708bd4fea8f29 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 8 Jan 2020 13:29:59 -0800 Subject: [PATCH] Add debugging info for install --- darwin.conf.yaml | 6 +++++- install | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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