From f54b126b23063d0ce94693d2a00363bd12bb4d72 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 27 Apr 2020 05:39:17 +0000 Subject: [PATCH] add meta for brew --- brew/brew.bash | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/brew/brew.bash b/brew/brew.bash index 6690533..2cdd6d7 100644 --- a/brew/brew.bash +++ b/brew/brew.bash @@ -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) didn’t. + # Straight from https://brew.sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" -- 2.25.1