Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 672 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 672 Bytes

temporalLaptopScript

This script will make installing brew, git, gh, and some common programming languages quick and easy on a new Mac laptop.

Get the script

  • Go to run.sh in this repo and copy the code (there's a button for this)
    • CMD+space to open your launcher window
  • Type Terminal and press Enter to open the terminal window
  • Type mkdir projects to create a directory for your project files
  • Type cd projects to go to the directory where you will run the file
  • Type touch run.sh to create a file
  • Type pbpaste > run.sh to paste what you copied into the file you created
  • Type chmod 777 run.sh
  • Type ./run.sh and follow the prompts