Skip to content

Instantly share code, notes, and snippets.

@chancesmith
Last active March 21, 2018 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chancesmith/027ab5e7b9f3ae40aa7c42c68a524e05 to your computer and use it in GitHub Desktop.
Save chancesmith/027ab5e7b9f3ae40aa7c42c68a524e05 to your computer and use it in GitHub Desktop.
Setup Mac Computer Guide for Website Developement

This is no longer maintained. Goto the above repo.

Mac Setup

  • apps
  • setup SST3 or VScode

Apps

  • Sublime Text 3 or VScode
  • Hyper (http://hyper.js)
  • Transmit
  • Sequel Pro
  • Node.js
  • Yarn
  • Homebrew
  • 1Password (pull in vault from Dropbox)
  • Composer
  • Valet (park in wip/)
  • Laravel setup

Setup iTerm 2 or Hyper

Homebrew setup

  • install MySQL $brew install mysql && brew services start mysql
  • install PHP 7.1 $brew install php71
  • install PHP switcher $brew install brew-php-switcher && brew-php-switcher 71
  • restart iTerm

Git prevent passphrase for SSH keys

Add global gitignore

Setup Sublime Text 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment