Skip to content

Instantly share code, notes, and snippets.

@benleivian
Last active April 8, 2016 22:15
Show Gist options
  • Save benleivian/2fae5247cffd80c1267c to your computer and use it in GitHub Desktop.
Save benleivian/2fae5247cffd80c1267c to your computer and use it in GitHub Desktop.
Macbook Setup

Macbook Setup

Composer

$ curl -sS https://getcomposer.org/installer | php

Homebrew

  • Install.
  • Run $ brew doctor and fix any permission errors.

Node

$ brew install node

Vagrant

Sublime Text

  • Sync sublime text settings.

Homestead

  • Ruby
  • Sass
  • Import datbases with $ mysql -u homestead -p < Sites/db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment