dotfiles/meta/configs/brew.yaml
2020-08-09 17:27:45 +02:00

6 lines
295 B
YAML

- 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