A Homebrew tap for the cdonut
formula
Note:
cdonut
is a command line command to run the famous 3d ASCII donut in your terminal. It is a port of the original code by Andy Sloane, which can be found here.
brew install emanuelefavero/cdonut/cdonut
Or brew tap emanuelefavero/cdonut
and then brew install cdonut
.
Or, in a brew bundle
Brewfile
:
tap "emanuelefavero/cdonut"
brew "cdonut"
brew help
, man brew
or check Homebrew's documentation.