Last active
June 6, 2019 09:20
-
-
Save dustindorroh/3886bc01a16c9e892a0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: Conf -*- | |
[user] | |
name = Dustin Dorroh | |
email = [email protected] | |
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# emacs temporary and backup files | |
*~ | |
[#]*[#] | |
.\#* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment