Skip to content

Instantly share code, notes, and snippets.

View nikhilsamant's full-sized avatar
🏠
Working from home

Nikhil Samant nikhilsamant

🏠
Working from home
View GitHub Profile
@nikhilsamant
nikhilsamant / fresh-install-of-osx.sh
Created June 21, 2023 12:06 — forked from vraravam/fresh-install-of-osx.sh
Steps to get "up and running" with new Mac OSX
#!/usr/bin/env bash
# This script can be used to setup a macos machine based on Vijay's configurations. As of now, this script is now idempotent and will restore your local setup to the same state if run multiple times.
# file location: <anywhere> (just need to invoke it from that location)
# You can run this script using this command:
# curl -L https://gist.github.com/vraravam/04fc2296b25090ea848642afbce4d168/raw | bash
USERNAME=${USERNAME:-`whoami`}