diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-03 14:39:07 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-03 14:39:07 -0600 |
commit | e9dc4c1090abb01317847c417b75d3960f3da34d (patch) | |
tree | 2fb84cf24675f1294f9f7a33ea949d514844c6f1 /config/git | |
parent | 969f76a8238e2d43a25740c8272bf635d436f0d3 (diff) |
only install platform-appropriate configs based on uname
Diffstat (limited to 'config/git')
-rw-r--r-- | config/git/config | 43 | ||||
-rw-r--r-- | config/git/ignore | 11 |
2 files changed, 0 insertions, 54 deletions
diff --git a/config/git/config b/config/git/config deleted file mode 100644 index 0a3bed8..0000000 --- a/config/git/config +++ /dev/null @@ -1,43 +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 = ~/.config/git/ignore - 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 - -[include] - path = config-local diff --git a/config/git/ignore b/config/git/ignore deleted file mode 100644 index 57dd8e6..0000000 --- a/config/git/ignore +++ /dev/null @@ -1,11 +0,0 @@ -*.class -*.pyc -*.swo -*.swp -.svn -.swo -*#* -# -.#* -doc/tags -.DS_STORE |