Skip to content

Instantly share code, notes, and snippets.

View hu13's full-sized avatar
💧
gambatta

hu13

💧
gambatta
  • Brown University
  • Cambridge, MA
View GitHub Profile
@hu13
hu13 / setup.sh
Created November 20, 2021 19:16 — forked from chris-sev/setup.sh
Mac Setup
# how to run this thingy
# create a file on your mac called setup.sh
# run it from terminal with: sh setup.sh
# heavily inspired by https://twitter.com/damcclean
# https://github.com/damcclean/dotfiles/blob/master/install.sh
#!/bin/bash
set -euo pipefail