Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.96 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.96 KB

Config

Config is a basic checklist I follow to set up a new development environment. It gets me up to speed with Git, GitHub, and more so I can more quickly get back to coding.

Checklist

1. Prep OS

  • Download and install Xcode command line tools xcode-select --install
  • Install docker
  • Install ClipMenu and SizeUp

2. Tweak Atom just right

3. Download package manager

  • Install brew
  • Download and run the Node.js Mac installer
  • Download and "install" composer : curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer

4. Prep Oh-My-Zsh

5. Secure Git(Hub) access