A script to automatically configure bash for all incoming Make School students. Adds colors, git status, and other enhancements to ease remote debugging.
-
Open
Terminal.app
. -
Copy the following command, then paste it into the terminal window:
bash <(curl -sL https://make.sc/bashsetup)
Terminal.app
will automatically close when the script has finished running.
Based on the popular magicmonty/bash-git-prompt repository.