Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 473 Bytes

File metadata and controls

30 lines (22 loc) · 473 Bytes

#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