Skip to content
/ smeagol Public
forked from stolt45/smeagol

guiding you through setting up an osx machine for open source ruby work

Notifications You must be signed in to change notification settings

grzm/smeagol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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="tyler@paperstreetsoap.com" \
  FULLNAME="Tyler Durden" \
  rake smeagol:install

About

guiding you through setting up an osx machine for open source ruby work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published