X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=brew%2Fbrew.bash;h=e95a5726a89f0b3bda548da5a39d482556e1b296;hb=1971946c3be75d65f8e8226bc673448947aedea7;hp=6690533a5057694d1611ba815729716c58921274;hpb=01ff930648063d82303afbfab9ea9949a35742e2;p=webi-installers%2F.git diff --git a/brew/brew.bash b/brew/brew.bash index 6690533..e95a572 100644 --- a/brew/brew.bash +++ b/brew/brew.bash @@ -1,2 +1,14 @@ +#!/bin/bash + +# title: Homebrew +# homepage: https://brew.sh +# tagline: The Missing Package Manager for macOS (or Linux) +# description: | +# Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. +# examples: | +# ```bash +# brew install node +# ``` + # Straight from https://brew.sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"