Skip to content

Instantly share code, notes, and snippets.

View RomainC-lab's full-sized avatar
🎯
Focusing

RomainC-lab

🎯
Focusing
View GitHub Profile
# XCode Command Line Tools
>xcode-select --install
# Install Homebrew
>ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
>echo PATH=/usr/local/bin:/usr/local/sbin:$PATH >> ~/.bash_profile
>source ~/.bash_profile
>brew tap homebrew/versions