From 5ac46c3641522359a77c684fe16c594ac75a7240 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 9 Aug 2020 17:27:45 +0200 Subject: [PATCH] brew config for macos --- meta/configs/brew.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/configs/brew.yaml diff --git a/meta/configs/brew.yaml b/meta/configs/brew.yaml new file mode 100644 index 0000000..e2820cd --- /dev/null +++ b/meta/configs/brew.yaml @@ -0,0 +1,5 @@ +- shell: + - command: '[[ $(command -v brew) == "" ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" || echo "Updating homebrew..." && /bin/bash -c "brew update"' + stdout: true + quiet: true + description: Installing homebrew