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

antleblanc/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔧 Setup a new  MacBook Pro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages