-
Notifications
You must be signed in to change notification settings - Fork 15
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.
- Google Chrome
- Xcode
- Homebrew
- git
brew install git
- node/npm
brew install node
The default theme is terrible. You should use something like Solarized-Dark instead. To install it issue the following commands (in terminal):
brew install wget
cd ~/Desktop && wget https://raw.github.com/altercation/solarized/master/osx-terminal.app-colors-solarized/Solarized%20Dark%20ansi.terminal
- go to your desktop and double-click on the file that was downloaded
- Open up terminal and then go to preferences, set solarized theme as the default theme for windows.
Zsh is the cat's pajamas. You should definitley be using it instead of bash. For serious.
- Easy Setup is provided by yours truly here: Pretzo - follow instructions in the readme
- Sublime Text 3
- Sublime Package Manager
- The following Sublime Text 3 Packages:
- [EditorConfig] (https://github.com/sindresorhus/editorconfig-sublime)
- [Modific] (https://github.com/gornostal/Modific)
- SublimeLinter
- Jade
- SCSS
- Stylus
- ApplySyntax
- AdvancedNewFile
- SideBarEnhancements
- Webstorm
- editorconfig
- Enable jshint - instructions here.