Windows | Mac OS X | Chromebook |
---|---|---|
1. Download the Git for Windows installer. 2. Run the installer and follow the steps in the windows installer instuctions |
The default shell on modern versions of Mac OS X is Zsh (Z Shell). While Zsh is slightly different from Bash, they are very similar for the purposes of this workshop—most commands you learn will work the same in both shells. You can access the shell via the Terminal (found in /Applications/Utilities ).Optionally, you can switch to Bash by running: bash but this is not necessary for the workshop. Consider keeping Terminal in your Dock for easy access. |
Use GitHub Codespaces to complete the workshop: 1. Visit this repository: Learning the Shell CSW Repo 2. Follow the instructions in the repository to launch a Codespace. 3. Codespaces provides a fully configured shell environment directly in your browser—no installation needed on your Chromebook. |
If you need more help with windows, see the windows installer instuctions.