Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 727 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 727 Bytes

Terminal Upgrade

  1. Make sure to have brew installed on machine homebrew

  2. Install bash-completion with brew

    brew install bash-completion
  3. Copy bash_profile into your home directory

    • If you do not have a bash profile already you can cp this bash_profile in otherwise pick and choose what you want
    cp ./bash_profile ~/.bash_profile
  4. Make sure that the version git you are running matches what is found inside ~/.bash_profile

    • The following two commands show have the same git version
    grep git-completion.bash ~/.bash_profile
    git --version

(optional)

  • To try a different themed terminal

     open IR_BLACK.terminal