- A bash shell
- On Windows, you can use Git BASH from the Git for Windows package.
- Git
- On windows, Git will be included in the Git for Windows package.
Navigate to the directory containing the script. On Windows, you run file explorer, right-click on the folder, and open in Git BASH. You'll know you're in the right spot if you run the following command:
ls
...and the output you receive contains:
asei-git-config.sh
If you see that in the output, you can run the script. Do so with the following command:
bash ./asei-git-config.sh
You will be prompted for your name in the format Firstname Lastname and your email address. Follow the instructions until the script finishes.