From 0ce78f305026b8d765b84f1edb949f464560b50f Mon Sep 17 00:00:00 2001 From: Chris Friedman Date: Sun, 29 Aug 2021 20:23:27 -0400 Subject: [PATCH 1/2] :sparkles: add gitconfig --- dotfiles/.gitconfig | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dotfiles/.gitconfig diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig new file mode 100644 index 0000000..9894a1b --- /dev/null +++ b/dotfiles/.gitconfig @@ -0,0 +1,29 @@ +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[user] + name = ***REMOVED*** + email = ***REMOVED*** +[pull] + rebase = false +[core] + pager = diff-so-fancy | less --tabs=4 -RFX +[interactive] + diffFilter = diff-so-fancy --patch +[color] + ui = true +[color "diff-highlight"] + oldNormal = red bold + oldHighlight = red bold 52 + newNormal = green bold + newHighlight = green bold 22 +[color "diff"] + meta = 11 + frag = magenta bold + func = 146 bold + commit = yellow bold + old = red bold + new = green bold + whitespace = red reverse From 4dbf447eb8c94eb32436cebd4418fd0155e86fb2 Mon Sep 17 00:00:00 2001 From: Chris Friedman Date: Sat, 11 Sep 2021 09:14:22 -0400 Subject: [PATCH 2/2] :fire: remove contact info from gitconfig --- dotfiles/.gitconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig index 9894a1b..58c8ee7 100644 --- a/dotfiles/.gitconfig +++ b/dotfiles/.gitconfig @@ -3,9 +3,6 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true -[user] - name = ***REMOVED*** - email = ***REMOVED*** [pull] rebase = false [core]