Skip to content

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

Notifications You must be signed in to change notification settings

svenmueller/laptop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

Laptop

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

Requirements

  • A C compiler, such as GCC, LLVM, or Clang.

Download a compiler from OS X GCC Installer if you're on Snow Leopard (OS X 10.6) or Command Line Tools for XCode if you're on Lion (OS X 10.7).

  • bash as your login shell.

To change your login shell run this from a Terminal:

chsh -s /bin/bash

Install

Run the script:

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

What it sets up

  • SSH public key (for authenticating with services like Github and Heroku)
  • Homebrew (for managing operating system libraries)
  • Git (for managing versions of code)
  • CURL and WGET (for executing HTTP requests)
  • ACK (for finding things in files)
  • HTOP (for displaying running processes)
  • Apache Bench (for benchmarking servers)

It should take about a couple of 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

Packages

No packages published