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:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ex-vi using brew
brew install ex-vi
ex-vi is ready to use now!