Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 685 Bytes

setup-instruction.md

File metadata and controls

30 lines (18 loc) · 685 Bytes

Setup: Creative Academy Week1

Google Chrome

Text Editor

Homebrew

  • Command Line Tools for Xcode: http://cl.ly/IynF
  • ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)

Git

  • brew install git

ssh

  • [[ -f ~/.ssh/id_rsa.pub ]] || ssh-keygen -t rsa
  • [[ -f ~/.ssh/id_rsa.pub ]] && cat ~/.ssh/id_rsa.pub | pbcopy
  • open https://github.com/account/ssh

JSBin