Skip to content

Commit 3d76e26

Browse files
author
Dominik Weiss
committed
Update README.md
1 parent a2af58d commit 3d76e26

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Laptop
33

44
Laptop is a set of scripts to get your laptop set up as a development machine.
55

6+
It should take about 45-60 minutes for everything to install, depending on your machine.
7+
68
Mac OS X
79
--------
810

@@ -23,23 +25,3 @@ Then, run this one-liner:
2325

2426
If you're setting up Ubuntu for one of our workshops, we recommend you also install gEdit for your text editor.
2527
You can [customize it with these instructions](http://blog.sudobits.com/2011/04/02/textmate-for-ubuntu-linux/).
26-
27-
What it sets up
28-
---------------
29-
30-
* SSH public keys (for authenticating with services like Github and Heroku)
31-
* Homebrew or apt-get (for managing operating system libraries)
32-
* Ack (for finding things in files)
33-
* Tmux (for saving project state and switching between projects)
34-
* Postgres (for storing relational data)
35-
* Redis (for storing key-value data)
36-
* ImageMagick (for cropping and resizing images)
37-
* RVM (for managing versions of the Ruby programming language)
38-
* Ruby 1.9.2 stable (for writing general-purpose code)
39-
* Bundler gem (for managing Ruby libraries)
40-
* Rails gem (for writing web applications)
41-
* Heroku gem (for interacting with the Heroku API)
42-
* Taps gem (for pushing and pulling SQL databases between environments)
43-
* Postgres gem (for making Ruby talk to SQL databases)
44-
45-
It should take about 30 minutes for everything to install, depending on your machine.

0 commit comments

Comments
 (0)