brew config for macos

This commit is contained in:
Jeff Lance 2020-08-09 17:27:45 +02:00
parent 407bb869f8
commit 5ac46c3641

5
meta/configs/brew.yaml Normal file
View File

@ -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