Skip to content

Instantly share code, notes, and snippets.

@tolu
Last active August 23, 2018 08:12
Show Gist options
  • Save tolu/6bcd5ded8a4ce3a4c7473fa4b6d39447 to your computer and use it in GitHub Desktop.
Save tolu/6bcd5ded8a4ce3a4c7473fa4b6d39447 to your computer and use it in GitHub Desktop.
Setup Mac

New Mac Setup

  1. install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew update
brew doctor
  1. Install software

Install most of my Apps with homebrew & cask

brew install git bash-completion cask nvm

# cask can be used to install binaries and gui apps
brew cask install iterm2
  • Spectacle
  • Karabiner Elements
  • Sensible side buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment