Skip to content

natebird/laptop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laptop

Laptop is a script to set up your Max OS X laptop as a Rails development machine.

Requirements

Install

Run the script:

curl -s https://raw.github.com/natebird/laptop/master/mac | sh

What it sets up

  • SSH public key (for authenticating with services like Github and Heroku)
  • Homebrew (for managing operating system libraries)
  • Ack (for finding things in files)
  • Postgres (for storing relational data)
  • ImageMagick (for cropping and resizing images)
  • rbenv (for managing versions of the Ruby programming language)
  • Ruby language (for writing general-purpose code)
  • Bundler gem (for managing Ruby libraries)
  • POW gem (for easily running applications locally)

It should take about 15 minutes for everything to install, depending on your machine.

About

Laptop is a shell script that turns your Mac OS X laptop into an awesome development machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published