Skip to content

Instantly share code, notes, and snippets.

@w3cj
Created April 12, 2018 04:19
Show Gist options
  • Save w3cj/f06fc2a0efd9703db0d5fba9119f0180 to your computer and use it in GitHub Desktop.
Save w3cj/f06fc2a0efd9703db0d5fba9119f0180 to your computer and use it in GitHub Desktop.

OSX Development Environment Setup


Web Browser


Google Chrome

Text Editor


Atom

  • Install Shell Commands
  • Enable Auto Save

Window Manager


Spectacle

Break Timer


Time Out

Terminal


iTerm2

OS X Package Manager


Homebrew

Source Control


brew install git

Node.js


nvm (node version manager)

Terminal Environment

brew install zsh zsh-completions
chsh -s $(which zsh) # set zsh as default terminal

ohmyzsh

Local Static Server


npm install -g lite-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment