From e6a2618400edcddc2a80ef2776871ca01992be03 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sat, 6 Feb 2021 13:39:13 -0600 Subject: big refactor to use XDG base dir spec --- gitconfig | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 gitconfig (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig deleted file mode 100644 index f68fed8..0000000 --- a/gitconfig +++ /dev/null @@ -1,38 +0,0 @@ -[user] - name = Matt Singleton - email = matt@xcolour.net - -[alias] - st = status - ci = commit - br = branch - co = checkout - df = diff - lg = log -p - -[core] - whitespace = trailing-space,space-before-tab,cr-at-eol - editor = vim - autocrlf = input - excludesfile = /Users/matt/.gitignore - pager = less -+$LESS -RSX - -[push] - default = nothing - -[color] - ui = true - -[mergetool] - keepTemporaries = false - prompt = false - -[merge] - tool = meld - -[diff] - tool = meld -[init] - defaultBranch = main -[pull] - ff = only -- cgit v1.2.3