Jemsu Quartz

Search

Search IconIcon to open search

Homebrew

Last updated Apr 5, 2023 Edit Source

https://brew.sh/

Apparently either beloved or hated, depending on.. things I haven’t quite looked into and probably would rather avoid.

Works for me.

On macOS and Ubuntu, where on the latter it’s a nice supplement to out of date or not (yet?) available apt packages, while not having to do the git clones and the sudo make installs for some common tools, like the Modern Unix stack

# Installation

The classic “pipe curl into sh lol”

1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"