#Manual installation


Homebrew

Install Homebrew:

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

Install brew bundler

brew tap Homebrew/bundle

Download brewfile

curl  -Ss https://raw.githubusercontent.com/dawidof/Mac-Os-start/master/Brewfile \
--output ~/.Brewfile

Install brew packages

brew bundle --file=~/.Brewfile