November 2018
Beginner
230 pages
6h 4m
English
Install Homebrew. You may (probably) already have Homebrew installed on your Mac, but if not, you should install it now. Here is the command to install it:
# install homebrew/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Next, use Homebrew to install bash-completion. Here is the command:
# use homebrew to install bash completion brew install bash-completion
The installation of bash-completion will instruct you to add the following line to your ~/.bash_profile file:
# update the bash profile to enable bash completion for every terminal session [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
Now, create the links necessary ...
Read now
Unlock full access