Skip to content

Instantly share code, notes, and snippets.

View rbukovansky's full-sized avatar

Richard Bukovansky rbukovansky

  • Prague, Czech Republic
View GitHub Profile
@nickytonline
nickytonline / my-mac-setup.sh
Last active May 5, 2024 07:33
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