Skip to content

Instantly share code, notes, and snippets.

View psengh's full-sized avatar

Prabjot Singh psengh

  • Finbox
  • Bengaluru, India
View GitHub Profile
#!/usr/bin/env bash
echo "Enter you Name : (Optional, to configure Git)"
read NAME
echo "Enter your Email : (Optional, to configure Git)"
read EMAIL
echo "Give a Passphrase for SSH Key : (Optional, leave it for an empty Passphrase)"
read PASSPHRASE
@psengh
psengh / osx-setup.sh
Last active June 12, 2020 07:45
Script to setup new OSX Machine
#!/usr/bin/env bash
echo "Enter you Name : (Optional, to configure Git)"
read NAME
echo "Enter your Email : (Optional, to configure Git)"
read EMAIL
echo "Give a name to your Computer : (Optional, to set Host Name)"
read HOSTNAME