Skip to content

Instantly share code, notes, and snippets.

View diarcastro's full-sized avatar

Diego Castro diarcastro

  • Montreal, Canada
View GitHub Profile
@diarcastro
diarcastro / setup.sh
Last active February 14, 2025 22:12 — 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