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