Skip to content

Instantly share code, notes, and snippets.

@e0ipso
Created October 28, 2014 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e0ipso/375aaf03269847eb8968 to your computer and use it in GitHub Desktop.
Save e0ipso/375aaf03269847eb8968 to your computer and use it in GitHub Desktop.
#!/bin/bash
cat <<EOF > /tmp/personal.json
{
"git": {
"user": {
"name": "Enter your name",
"email": "your@email.sex"
},
"core": {
"editor": "vi"
},
"color": {
"ui": true
}
}
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment