BuildingDevelopment·
Apr 4, 2016
·
1 min read
The Perfect Mac Dev Setup
A nine-step terminal recipe for getting a Mac ready to write code.
Fire up your terminal.
- Install Xcode Command Line tools —
xcode-select --install - Install Homebrew
- Install Git —
brew install git - Install OhMyZSH
- Download and Install Virtual Box
- Download and Install Vagrant
- Now to set up a LAMP environment. We’re using Scotch Box. You will get Ruby, PHP, Node, NPM, Composer along with MySQL, Postgres .. you get the picture. Visit their site for a complete download.
- Init the Scotch Box repo in your new project folder —
vagrant init scotch/box - Get into the folder and start the box —
vagrant up
Originally published on WordPress; syndicated to Medium.