These are just my personal scripts to help me setup a new MacOS machine.
To start a new setup, simply run:
bash -c "`curl -L https://raw.githubusercontent.com/marcdelalonde/macos-setup/master/setup.sh`"
Follow instructions here: https://gist.github.com/marcdelalonde/4ff0788d487e9d68d688312fe4cffbb3
To hide the username in the console, just add this line in the ~/.zshrc file
DEFAULT_USER=$USER
Follow instructions here: https://github.com/JohnCoates/Aerial