chimney (nix old logs)
[webi-installers/.git] / brew / brew.bash
1 #!/bin/bash
2
3 # title: Homebrew
4 # homepage: https://brew.sh
5 # tagline: The Missing Package Manager for macOS (or Linux)
6 # description: |
7 #   Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
8 # examples: |
9 #   ```bash
10 #   brew install node
11 #   ```
12
13 # Straight from https://brew.sh
14 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"