Skip to content
forked from mdo/config

Personal checklist for setting up a new dev environment.

Notifications You must be signed in to change notification settings

AntoineReneleau/config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Personal checklist for setting up a new dev environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%