Skip to content

Instantly share code, notes, and snippets.

@drawcard
Last active August 29, 2015 14:22
Show Gist options
  • Save drawcard/9446ce5025a6986af64d to your computer and use it in GitHub Desktop.
Save drawcard/9446ce5025a6986af64d to your computer and use it in GitHub Desktop.
New Macbook Pro - Setup and Install Process

Resources

The following procedure was cobbled together from the advice on these pages:

Initialisation

  • Open App Store and sign into iCloud account to download any apps from the store.

Software

This procedure automatically fetches installers / zip files and sets up everything without human intervention!

  1. Install XCode Utils by running make in a Terminal window and installing Xcode Utils from the dialog box (no need to install Xcode itself unless you plan to do iOS development.)
  2. Open Terminal and install Brew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. Install Cask: brew install caskroom/cask/brew-cask
  4. Use Cask's website you want to magically install or type brew cask search [term]. The pattern for installing programs is: brew cask install [name-of-program] and to install multiple programs you can do: brew cask install [name-of-program] [another-name]
  5. Sit back and let it do it's thing

My Setup

Here are the things I like to install (along with the program's name in Cask):

Graphic Design

Web Development

Utilities

Fun Stuff

Additional Things

Terminal Tools / Setup

Dotfiles

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