Hacker News new | ask | show | jobs
by netherland 5168 days ago
> Install via your favorite package manager. I'm on OS X so I use Homebrew:
1 comments

In fairness I just installed grc on ubuntu and it is nothing like demonstrated on the blog because the homebrew version has extra stuff in it.

So "Start by assuming OSX" isn't THAT much of a smarmy reply.

> because the homebrew version has extra stuff in it.

Lies! brew edit grc shows that it's just plain grc 1.4.

At least the installation script adds some aliases to .bashrc.

https://github.com/mxcl/homebrew/blob/master/Library/Formula...

It suggests to, via you voluntarily typing

    echo 'source "`brew --prefix grc`/etc/grc.bashrc"' >> ~/.bashrc