Skip to content

Instantly share code, notes, and snippets.

@paulwalker
Last active December 27, 2015 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulwalker/7260774 to your computer and use it in GitHub Desktop.
Save paulwalker/7260774 to your computer and use it in GitHub Desktop.
## OSX Mavericks - Setting up The Killer Dev Env
## System Preferences
# Track : Tap to click
# Keyboard : Key Repeat -> Fast, Delay Until Repeat -> Short
# Dock : Remove all the doc items you can and your just left with the Finder and Trash
## Git and Developer Tools
git # follow onscreen instructions
## Homebrew - http://brew.sh
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
## WGet
brew install wget
## iTerm2 - http://www.iterm2.com/#/section/home
wget http://iterm2.com/downloads/stable/iTerm2_v1_0_0.zip
unzip iTerm2_v1_0_0.zip
mv iTerm.app /Applications/
rm iTerm2_v1_0_0.zip
## iTerm2 Color Schemes - https://github.com/mbadolato/iTerm2-Color-Schemes
git clone https://github.com/mbadolato/iTerm2-Color-Schemes
# follow README
## Sublime Text 2 - http://www.sublimetext.com/2
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.dmg
open Sublime\ Text\ 2.0.2.dmg # move to Applications
# Package Control - https://sublime.wbond.net/installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment