Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.52 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.52 KB

smeagol

smeagol is this ugly dude who led some hobbits around, this is kinda the same thing. Except, like, instead of hiking mordor you're trying to write some open source code on a mac.

FWIW it was easier to just write bash for this. :(

What it does

  • Sets you up with homebrew
  • Installs git from homebrew, sets up ~/.gitconfig
  • Installs postgresql, mysql, redis, and mongodb
  • Installs rvm and sets up 1.8.7 to be the default, self manages on 1.9.2 as well
  • Installs common ruby gems: rails 3, sinatra, fog, sqlite3, imagemagick, and all that bullshit
  • Installs a pretty sane ~/.irbrc
  • Installs a badass node.js development environment
  • Installs a modern python environment
  • Installs an ewlang environment
  • Installs MacVim and the mvim shortcut

This is what I run on my system, cider is a subset of that.

Running

% EDITOR="vim" \
  GITHUB_USER="fightclub" \
  GITHUB_TOKEN="..." \
  EMAIL="[email protected]" \
  FULLNAME="Tyler Durden" \
  rake smeagol:install