dotfiles/meta/tasks/brew.yaml

6 lines
295 B
YAML
Raw Normal View History

2020-08-09 15:27:45 +00:00
- 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