mirror of
https://github.com/lolcatpp/homebrew-tap.git
synced 2026-05-07 15:43:29 +00:00
No description
- Ruby 100%
| Formula | ||
| README.md | ||
Homebrew Tap for Lolcat++
This is the official Homebrew Tap for Lolcat++,
a BLAZINGLY FAST C++ reimplementation of the classic lolcat rainbow coloring tool.
Installation
You can install lolcat++ by adding this tap and running the install command:
brew tap lolcatpp/tap
brew install lolcatpp
Note
This will install
lolcat++aslolcat, and is thus a conflict of the original lolcat This is by design, as it should be compatible with the original.
Conflict
If you've already got the original lolcat script installed, then you'll need to tell homebrew to use this implementation instead. Here's a oneliner that does this for you:
brew unlink lolcat && brew link lolcatpp
Uninstall
If you want to uninstall the tap and the package, then run the following:
brew uninstall lolcatpp && brew untap lolcatpp/tap