Skip to content

Instantly share code, notes, and snippets.

@dustindorroh
Last active June 6, 2019 09:20
Show Gist options
  • Save dustindorroh/3886bc01a16c9e892a0d to your computer and use it in GitHub Desktop.
Save dustindorroh/3886bc01a16c9e892a0d to your computer and use it in GitHub Desktop.
# -*- mode: Conf -*-
[user]
name = Dustin Dorroh
email = dustindorroh@gmail.com
[core]
editor = emacs -nw
excludesfile = /home/ddorroh/.gitignore_global
[alias]
diff = diff --color
[color]
branch = auto
diff = auto
status = auto
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[gui]
fontui = -family gothic -size 20 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family gothic -size 20 -weight normal -slant roman -underline 0 -overstrike 0
# emacs temporary and backup files
*~
[#]*[#]
.\#*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment