Skip to content

Instantly share code, notes, and snippets.

@aresnick
Forked from shduff/dgmde15-setup.sh
Created January 30, 2016 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aresnick/308127a1377f8c7bdd47 to your computer and use it in GitHub Desktop.
Save aresnick/308127a1377f8c7bdd47 to your computer and use it in GitHub Desktop.
a few final computer set-up steps for participants in DGMD E-15 at the Harvard Extension School Program
#################################################################
# Steps to install the basic tools needed for working
# with Git and Github for the DGMD Summer 2015 Program
# Run each of these lines separately in your terminal
# Check that your system is set up appropriately for Homebrew, you'll see a bunch of output, but you'll want to skim to see if you see any "Warning"s—if you do, Homebrew will have a "You should probably" line suggesting how to remedy it.
brew doctor
# Update homebrew's package listing
brew update
# Install git, our version control software
brew install git
# Install node, a tool to help us write and serve web applications
brew install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment