Skip to content

Instantly share code, notes, and snippets.

@cemeng
Last active October 12, 2015 19:48
Show Gist options
  • Save cemeng/4078252 to your computer and use it in GitHub Desktop.
Save cemeng/4078252 to your computer and use it in GitHub Desktop.
Mac Fresh Install
  • Download Chrome first

From Appstore - install:

  • XCode - this might take a while ** When done install the command line tool from XCode
  • ColorSchemer
  • LiveReload

Install the following from their websites:

Meanwhile

  • Install Homebrew (needs XCode installed + command line tools)
  • brew install git ack nginx wget imagemagick
  • brew install mysql -> read the output -> work out how to auto start
  • brew install macvim --override-system-vim (need to symlink macvim.app after that - read the output)
  • Install rbenv and ruby-build -> brew install ruby-build -> rbenv install 1.9.3-p327
  • brew install pwgen

git clone "the project" -> brew tea - takes awhile

Setup github: https://help.github.com/articles/set-up-git https://help.github.com/articles/generating-ssh-keys

Macvim

  • git clone dotfiles
  • download inconsolata font
  • Make ~/.vim directory
  • Install vim-pathogen -> follow instruction from the github page
  • Run dotfiles/bin/vim_init_bundles

Flash Builder

  • Install viplugin - use Eclipse Marketplace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment