How to Install v in Mac using Brew
What is “v” Package?
Z for vim
For more details: https://github.com/rupa/v
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install v.
brew install v
Now, use v!