mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
12 lines
327 B
YAML
Executable File
12 lines
327 B
YAML
Executable File
# To use on your manifest:
|
|
# - name: brew
|
|
# type: manifest
|
|
# opts:
|
|
# source: git@github.com/chenasraf/sofmani.git
|
|
# path: docs/recipes/brew.yml
|
|
install:
|
|
- name: brew
|
|
type: shell
|
|
opts:
|
|
command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|