Skip to content

Instantly share code, notes, and snippets.

@carlflor
Last active July 20, 2018 10:18
Show Gist options
  • Save carlflor/e8d226a5181fb361477ccd8644f0ea3a to your computer and use it in GitHub Desktop.
Save carlflor/e8d226a5181fb361477ccd8644f0ea3a to your computer and use it in GitHub Desktop.
Yay, new Mac! Let's set up!

simple dev environment

NOTE: $ indicates the following command should be done in command line. Do not include the $ in your command.

  1. iTerm2 - (unless you want to use default Terminal mac app)

  2. Xcode Command Line Tools (also includes git)

$ xcode-select --install
  1. Homebrew - Package manager for macOS
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. zsh and oh-my-zsh - Alternative Bash (optional but I highly recommend)

  2. node via nvm

  3. yarn (without node)

$ brew install yarn --without-node

Other helpful/nice stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment