Skip to content

thatrubylove/macsetup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brought to you from the people behind www.rubycasts.io

Check out these awesome ruby and rails screencasts! There is 1 15 minute cast released every week as well as either a 2 Minute Ruby or a 2 Minute Rails screencast!

Mac Setup

A simple set of scripts used to build a simple Ruby/Rails development machine. Essentially, I reinstall often and puppet and chef are just too much damn owrk for osx.

Install

Before you run this script, which extensively uses Homebrew, you need to the Apple Command Line tools.

xcode-select --install

Then, run this one-liner:

curl -L https://raw.github.com/thatrubylove/macsetup/master/mac || sh

What it sets up

  • SSH public key (for authenticating with services like Github and Heroku)
  • Homebrew (for managing operating system libraries)
  • Git (version control) + Legit (for humanizing commands)
  • Qt (used by Capybara Webkit for headless JavaScript testing)
  • Ack (for finding things in files)
  • Postgres (for storing relational data)
  • ImageMagick (for cropping and resizing images)
  • chruby (for managing versions of the Ruby programming language)
  • Ruby 1.9.3 & 2.1.0 stable (for writing general-purpose code)
  • Bundler gem (for managing Ruby libraries)
  • Rails gem (for writing web applications)
  • Chrome (inspect that madness)
  • VLC (Video be essential and shit)
  • Flowdock (for development chat)
  • Transmission (because torrents are awesome)
  • Dropbox (for persisting files across stupidity)

It should take about 30 minutes for everything to install, depending on your machine and your Internet connection

About

Scripts to quickly build a Mac Ruby dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 59.2%
  • Shell 40.8%