Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.
/ laptop Public archive
forked from thoughtbot/laptop

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

Notifications You must be signed in to change notification settings

phase2/laptop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

Laptop

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

Mac OS X

First, enable FileVault in the Security preference pane. Keep the key someplace safe. Reboot.

Grab XCode from the App Store and install it.

Then, open Terminal and run this one-liner:

bash < <(curl -s https://raw.github.com/phase2/laptop/master/mac)

What it sets up

  • Homebrew
  • git, gist and hub for working with Git/GitHub
  • MySQL 5.5.20 (with some good performance configuration for a dev machine)
  • coreutils and findutils with the 'g' prefix (so we don't miss out on Linux goodness)
  • PHP 5.3.10 with MySQL support
    • APC
    • Redis
    • XHProf
    • XDebug
    • memcached
    • Process Control
    • ImageMagick
  • VirtualBox 4.1.12
  • drush
    • feather
    • drush-vagrant
    • grn
    • phpsh (for Drush)
  • phpsh
  • Vagrant (for managing VirtualBox virtual machines)

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published