Skip to content

Instantly share code, notes, and snippets.

@eliysha
eliysha / setup.sh
Created July 6, 2020 21:44 — 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
#!/bin/bash
set -euo pipefail
# Display message 'Setting up your Mac...'
echo "Setting up your Mac..."
sudo -v