Steps To Install ex-vi on Mac

Package Information:

Name: ex-vi
Use: The vi editor is one of the most common text editors on Unix.
URL: https://ex-vi.sourceforge.io/

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the command

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

ex-vi is ready to use now!