Skip to content

Instantly share code, notes, and snippets.

@phpfour
Last active November 29, 2015 08:12
Show Gist options
  • Select an option

  • Save phpfour/bed73a63c3efe5634c29 to your computer and use it in GitHub Desktop.

Select an option

Save phpfour/bed73a63c3efe5634c29 to your computer and use it in GitHub Desktop.
New Mac Setup

Get online

Install OS X CLI Tools

xcode-select —install

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew update

brew install bash-completion ssh-copy-id wget
brew install coreutils
brew install caskroom/cask/brew-cask

Download apps from App Store

  • Slack
  • Memory Clean
  • Evernote
  • The Unarchiver
  • Sunrise Calendar
  • Pocket
  • Alfred
  • Kiwi for Gmail

Download apps from the Web

Prepare Home Directory

  • Copy .ssh folder from backup
  • Copy .bash_* files from backup
  • Copy .gitconfig and .gitignore_global from backup

Restore VMs

  • Copy Virtualbox VM from backup and import them into Virtualbox
  • Copy vagrant boxes from backup into .vagrantd/boxes

Install Development Tools

  • Install LIIP binary PHP packages (http://php-osx.liip.ch)
  • Link the new PHP binaries from /usr/local/php5/bin to /usr/bin
  • Install other dev packaes using homebrew
brew install node
npm install -g npm@latest
npm install -g gulp
npm install -g bower
brew install git
brew install python
brew install mysql
brew install redis
brew install beanstalkd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment