Skip to content

Instantly share code, notes, and snippets.

@devwaseem
devwaseem / my-mac-setup.sh
Created February 21, 2021 06:28 — forked from nickytonline/my-mac-setup.sh
Mac Setup Scripts
#!/bin/sh
# More Mac setup at https://mac.iamdeveloper.com
# Log file
timestamp=$(date +%s)
logFile="./my-mac-setup-$timestamp.log"
# if true is passed in, things will reinstall
reinstall=$1