Skip to content

Instantly share code, notes, and snippets.

@ninowalker
ninowalker / README.md
Last active March 24, 2023 23:42 — forked from pmkay/top-brew-packages.txt
Top homebrew packages

Installation

Brew

curl -s https://gist.githubusercontent.com/ninowalker/aea5964256e2212a807c6d9e5e12051a/raw/top-brew-packages.txt \
  | perl -ne 'print "$1 " if m%^(\w+):%' | xargs -n 5 brew install

BASH

function __rc_include {

local program; program=$1; shift