Skip to content

Instantly share code, notes, and snippets.

View shahbaz17's full-sized avatar
🦊

Mohammad Shahbaz Alam shahbaz17

🦊
View GitHub Profile
@shahbaz17
shahbaz17 / setup.sh
Created July 8, 2020 05:07 — 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