Get ccat installed on Mac using Brew

Package Information:

Name: ccat
Use: Like cat but displays content with syntax highlighting
URL: https://github.com/jingweno/ccat

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install ccat using brew
    brew install ccat

ccat is ready to use now!