Guide To Install fish On Mac using Brew

Package Information:

Name: fish
Use: User-friendly command-line shell for UNIX-like operating systems
URL: https://fishshell.com

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fish using brew
    brew install fish

fish is ready to use now!