This script will make installing brew, git, gh, and some common programming languages quick and easy on a new Mac laptop.
- Go to run.sh in this repo and copy the code (there's a button for this)
CMD+spaceto open your launcher window
- Type
Terminaland pressEnterto open the terminal window - Type
mkdir projectsto create a directory for your project files - Type
cd projectsto go to the directory where you will run the file - Type
touch run.shto create a file - Type
pbpaste > run.shto paste what you copied into the file you created - Type
chmod 777 run.sh - Type
./run.shand follow the prompts