Skip to content

Instantly share code, notes, and snippets.

@khalido
Last active October 17, 2017 12:44
Show Gist options
  • Save khalido/4f5039e9dea72a31b1469492dc5f60da to your computer and use it in GitHub Desktop.
Save khalido/4f5039e9dea72a31b1469492dc5f60da to your computer and use it in GitHub Desktop.
[setup mac for dev] #mac

the basics

Open a terminal

Install Command Line Tools for Xcode - needed for homebrew to run

xcode-select --install

Install Homebrew

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

to install common apps

brew cask install google-chrome brew cask install firefox

basically almost all mac apps can be installed using using brew cask

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