Skip to content

Instantly share code, notes, and snippets.

View qikaigu's full-sized avatar

Qikai Gu qikaigu

  • Paris, France
View GitHub Profile
@qikaigu
qikaigu / setup.sh
Last active September 7, 2021 07:08
Setup Mac OS
# Make sure to sign in to Mac App Store before running the script
xcode-select --install
# brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install \
ack \
awscli \