Skip to content

Workstation Configuration

Phillip Alexander edited this page Aug 16, 2013 · 17 revisions

This page describes the steps required to get a personal (Mac) workstation up and running for this project.

General:

  1. Google Chrome
  2. Xcode
  3. Homebrew
  4. git brew install git
  5. node/npm brew install node

Terminal

Color Scheme

The default theme is terrible. You should use something like Solarized-Dark instead. To install it issue the following commands (in terminal):

  1. brew install wget
  2. cd ~/Desktop && wget https://raw.github.com/altercation/solarized/master/osx-terminal.app-colors-solarized/Solarized%20Dark%20ansi.terminal
  3. go to your desktop and double-click on the file that was downloaded
  4. Open up terminal and then go to preferences, set solarized theme as the default theme for windows.

zsh

Zsh is the cat's pajamas. You should definitley be using it instead of bash. For serious.

  1. Easy Setup is provided by yours truly here: Pretzo - follow instructions in the readme

Editors

Sublime Text 3

  1. Sublime Text 3
  2. Sublime Package Manager
  3. The following Sublime Text 3 Packages:

Webstorm

  1. Webstorm
  2. editorconfig
  3. Enable jshint - instructions here.
Clone this wiki locally