Skip to content

Instantly share code, notes, and snippets.

@erochest
Last active October 18, 2016 18:36
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 erochest/833170dbfcb90f54b5b76d1f05cc6abc to your computer and use it in GitHub Desktop.
Save erochest/833170dbfcb90f54b5b76d1f05cc6abc to your computer and use it in GitHub Desktop.
Setting up

Basics

Interpreters and Tools

  • brew install macvim or atom
  • brew install git
  • brew install nodejs

Clone Wars

Ruby Stuff

  • rvm install $(< .ruby-version)
  • rvm use $(< .ruby-version)
  • rvm gemset create $(< .ruby-gemset)
  • rvm use $(&lt; .ruby-version)@$(< .ruby-gemset)
  • gem install bundle
  • bundle

(Re)building Your Site

  • jekyll clean
  • jekyll build
  • jekyll serve --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment