This repo contains a set of homebrew formulas I use for my own which are not yet included in the standard repository.
Currently, this includes:
kind
: A tool for running Kubernetes IN Dockerpacket-cli
: A CLI tool for accessing packet.comspotifyd
: A spotify daemonwasmtime
: A small and efficient runtime for WebAssembly & WASI
To use this tap add it to your homebrew installation with:
$ brew tap jhedev/formulas
and install, for example, kind
like this:
$ brew install jhedev/formulas/kind