Skip to content

Instantly share code, notes, and snippets.

View sydrawat01's full-sized avatar
:shipit:
homelabbing & ricing neovim

Siddharth Rawat sydrawat01

:shipit:
homelabbing & ricing neovim
View GitHub Profile
@sydrawat01
sydrawat01 / my-mac-setup.sh
Created May 5, 2024 07:33 — 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