Skip to content

Personal Homebrew tap for macOS distribution

Notifications You must be signed in to change notification settings

michael-willingham/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Michael's Homebrew Tap

A custom Homebrew tap for formulas and casks not available (or broken) in the default repositories.

Available Packages

Formulas

Formula Description
zigflow Temporal DSL for turning declarative YAML into production-ready workflows

Casks

Cask Description
netlogo Multi-agent programmable modeling environment

Installation

brew tap michael-willingham/tap

Then install any package:

brew install zigflow
brew install --cask netlogo

Or install directly without tapping first:

brew install michael-willingham/tap/zigflow
brew install michael-willingham/tap/netlogo

Or in a brew bundle Brewfile:

tap "michael-willingham/tap"
brew "zigflow"
cask "netlogo"

Auto-updates

Both packages are checked daily for new upstream releases via a GitHub Actions workflow. Version bumps and checksum updates are committed automatically.

Documentation

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

About

Personal Homebrew tap for macOS distribution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages