Get cap-completion installed on Mac using Brew
Package Information:
Name: cap-completion
Use: Bash shell autocompletion for capistrano
URL: https://github.com/bashaus/capistrano-autocomplete
Installation Steps:
- Launch Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cap-completion using brew
brew install cap-completion
cap-completion is ready to use now!