allenap / homebrew-utils

HomeBrew tap of allenap's utilities, mostly command-line stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allenap's utilities for HomeBrew

Compromising things I've written that I personally find useful, packaged for installation using HomeBrew, including:

  • rust-petname: Generate human readable random names.

  • withd: A simple utility for running commands with a modified working directory.

  • unison-confgen: This helps me generate my Unison configuration files.

How do I install these formulae?

brew install allenap/utils/<formula>

Or brew tap allenap/utils and then brew install <formula>.

Or, in a brew bundle Brewfile:

tap "allenap/utils"
brew "<formula>"

Documentation

brew help, man brew or check Homebrew's documentation.

How do I update these formulae?

See DEVELOP.

About

HomeBrew tap of allenap's utilities, mostly command-line stuff


Languages

Language:Ruby 100.0%