Windows Terminal and Git Bash
Windows users should install Windows Terminal, which we can use to access our command line programs for most of the course:
Next, install Git Bash, a "flavor" of command line, which will allow you to run Linux commands (which the default Command Prompt "flavor" doesn't allow):
Add Git Bash to the available command line "flavors" in Windows Terminal (demo at https://www.youtube.com/watch?v=zM9Mb-otqww):
In Windows Terminal, click the "down notch" and select "Settings" which will open a new tab. In the left margin, click "Add new profile".
Click New empty profile
button
In the left margin, click Startup
and under Default Profile
, select Git Bash
.
Last updated