/mint

Fresh Mac Os X "El Capitan" Install

Primary LanguageShell

Mint

Custom recipe to get Mac Os X running from scratch, setup applications and developer environment.

Make a bootable OS X "El Capitan" installer drive

  • Formatted 8GB (or larger) drive, named "Untitled"
  • Download Mac OS X El Capitan.app installer (/Applications)
  • Making the installer drive:
$ sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
  • Boot holding down the Option key

App Store

Homebrew

$ curl -L https://raw.githubusercontent.com/estebancastro/mint/master/brew.sh | bash
  • Before continue: Login to Dropbox!

Git

$ curl -L https://raw.githubusercontent.com/estebancastro/mint/master/git.sh | bash

Node Packages

$ curl -L https://raw.githubusercontent.com/estebancastro/mint/master/npm.sh | bash

Mac OS Preferences

  • Desktop color: 27292C
$ curl -L https://raw.githubusercontent.com/estebancastro/mint/master/mac-os-preferences.sh | bash

Sync Sublime Text 3 with Dropbox

$ curl -L https://raw.githubusercontent.com/estebancastro/mint/master/sync-sublimetext-dropbox.sh | bash

Pimp! Terminal

  • Fish Shell
$ curl -L https://raw.githubusercontent.com/estebancastro/mint/master/fish-shell.sh | bash