Skip to content

Commit

Permalink
nuke unused stuff, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jul 28, 2010
1 parent da78367 commit b59ea1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions README.md
@@ -1,10 +1,8 @@
smeagol smeagol
======= =======


[smeagol][smeagol] is this ugly dude who led some hobbits around. [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.
This is an attempt by an ugly dude to lead open source hackers through their
initial bootstrapping of a machine. I also wanted to play with chef a little more.


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


Expand All @@ -13,15 +11,20 @@ What it does


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

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


These are the recipes that [cider][cider]
Running Running
======= =======


% EDITOR="vim" EMAIL="me@mydomain.com" FULLNAME="Tyler Durden" rake smeagol:install % EDITOR="vim" GITHUB_USER="fightclub" GITHUB_TOKEN="..." EMAIL="tyler@paperstreetsoap.com" FULLNAME="Tyler Durden" rake smeagol:install


You may be prompted for your sudo password at some point during installation. Everything is getting installed as your user though. You may be prompted for your sudo password at some point during installation. Everything is getting installed as your user though.


Expand Down
2 changes: 1 addition & 1 deletion cookbooks/ruby/templates/default/default.gems.erb
Expand Up @@ -16,6 +16,6 @@ heroku
rails rails
jekyll jekyll
RedCloth RedCloth
rails -v 3.0.0.beta4 --pre rails -v 3.0.0.rc --pre
sinatra sinatra
rmagick rmagick

0 comments on commit b59ea1e

Please sign in to comment.