dotfiles/meta/tasks/brew.yaml

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