Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
78 lines (51 loc) · 1.23 KB

README.md

File metadata and controls

78 lines (51 loc) · 1.23 KB

setup

Setup a new  MacBook Pro.

Software update

macOS Software Updates

$ sudo softwareupdate -i -a;

Install Xcode Command Line Tools:

$ xcode-select --install

Installation

macOS

$ ./shell/macos.sh

Homebrew

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

Install all the things

$ ./shell/brew.sh
$ ./shell/brew-cask.sh

Node modules

$ ./shell/node-modules.sh

Ruby Version Manager (RVM)

$ \curl -sSL https://get.rvm.io | bash -s stable --ruby

Ruby gems

$ gem install premailer
$ gem install hpricot

Resources

Related

Credits

Gears by Alban Champliau.

License

MIT © Antoine Leblanc