Skip to content
Adam Conkey edited this page Dec 20, 2022 · 5 revisions

MacOS Setup

Bash Tab Completion

Need to install bash-completion to get tab completes:

  1. brew install bash-completion
  2. Add to .bash_profile: [[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh"

Clone this wiki locally