add meta for brew

This commit is contained in:
AJ ONeal
2020-04-27 05:39:17 +00:00
parent 20006a53d7
commit f54b126b23
+8
View File
@@ -1,2 +1,10 @@
#!/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) didnt.
# Straight from https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"