Skip to content

Instantly share code, notes, and snippets.

@jackrabb1t
Forked from jpantuso/osx_lion_rail_setup.md
Last active December 18, 2015 00:49
Show Gist options
  • Save jackrabb1t/5699013 to your computer and use it in GitHub Desktop.
Save jackrabb1t/5699013 to your computer and use it in GitHub Desktop.

Setup new Mac with OSX Lion from scratch

These commands are good as of 2013-06-03.

Install xcode

The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.

Really the nicest choice for a terminal on OSX right now, especially with Lion style full screen support.

I feel there is an advantage in setting all your dev apps to use a consistent color scheme, especially your terminal and text editor/dev environment. ( This comes built into sachet, I chose to install sachet)

sachet - pre-configured vim development environment.

http://yoursachet.com/

It bundles the following plugins https://github.com/scrooloose/nerdtree https://github.com/tpope/vim-surround https://github.com/ervandew/supertab https://github.com/tpope/vim-fugitive https://github.com/kien/ctrlp.vim

Note that Xcode is a pre-req for Homebrew

Set shell to ZSH and install oh-my-zsh

brew install wget
wget --no-check-certificate https://github.com/sjl/oh-my-zsh/raw/master/tools/install.sh -O - | sh

I chose the "prose" theme in.zshrc restart iTerm2

SCM

Git ( if not already installed )

brew install git

http://help.github.com/mac-set-up-git/

Copy over your SSH Keys from your existing machine if you have them and want to carry over your existing SSH configs.

mysql

Get a DMG based and pre-compiled install from http://www.mysql.com/downloads/mysql/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment