Skip to content

Instantly share code, notes, and snippets.

@DjjimmyHD
Forked from matt-winzer/computer-setup.md
Created May 28, 2019 16:30
Show Gist options
  • Save DjjimmyHD/acfcc0ac002af48d51953b5d9dc1da48 to your computer and use it in GitHub Desktop.
Save DjjimmyHD/acfcc0ac002af48d51953b5d9dc1da48 to your computer and use it in GitHub Desktop.

First Day Install

Being a developer requires having the right tools and environment set up on your machine. Today we will try to get everyone on the same page regarding their environment. Follow the steps below to install the software necessary to get up and going in this program. If you don't get everything set up today, don't fret, we will go over things together and make sure everyone gets set up properly over the next few days.

Productivity & Applications

  1. Sign up for Trello
  2. Install Slack from the Apple Store
  1. Install VSCode - Text Editor (other editors like Atom, Sublime, etc. are fine if that's your preference)
  2. Install Google Chrome
  3. Install Spectacle for window management

Command Line Tools

You will need to use your command line interface (CLI) to install the following software. You can reach your command line by opening the Terminal app on your Mac. Press command + spacebar and type 'terminal', then press enter.

  1. Homebrew
  2. Update git: brew install git
  3. Install zsh: brew install zsh zsh-completions
  1. Install Node Version Manager

GitHub SSH Keys

  1. Setup GitHub with SSH Keys

Additional Software

  1. Install iTerm2 to improve your terminal
  2. Install Postman (we will use this application later in the program)

Learn

  1. Login to Learn (skip for now)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment