Skip to content

Some of my software for you to install via Mac Homebrew

License

Notifications You must be signed in to change notification settings

easoncxz/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Homebrew Tap of little programs

This repository is a Tap for use with Mac Homebrew. Here, you can find some programs I've written. Most of them are small toy programs.

For example, to install hello-homebrew-packaging:

$ brew tap easoncxz/tap
... (Brew clones this repo in the background) ...

$ brew install hello-homebrew-packaging
... (your system might be used to compile some code from source) ...

Alternatively, all in one go:

$ brew install easoncxz/tap/hello-homebrew-packaging
... (brew will run `brew tap easoncxz/tap` implicitly) ...

To undo all the above:

$ brew uninstall easoncxz/tap/hello-homebrew-packaging
... ( Homebrew deletes files ) ...

$ brew untap easoncxz/tap

Many of the commits in this repository are created programmatically by my build servers by using a tool I created called homebrew-automation.

About

Some of my software for you to install via Mac Homebrew

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages