Skip to content

Instantly share code, notes, and snippets.

View qdequele's full-sized avatar
🏠
Working from home

Quentin de Quelen qdequele

🏠
Working from home
  • Meili
  • Paris
View GitHub Profile
echo "Installing xcode-stuff"
xcode-select --install
echo "Install Brew"
if test ! $(which brew); then
echo "Installing homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
fi
brew update