dotfiles/git/.gitconfig

60 lines
1.2 KiB
INI
Raw Normal View History

2022-08-01 20:26:16 +00:00
[includeIf "gitdir:~/dev/Arcticons/"]
path = .gitconfig-github
[includeIf "gitdir:~/dev/adamsdesk.com/"]
path = .gitconfig-gitlab
[includeIf "gitdir:~/dev/dotfiles/"]
path = .gitconfig-gitlab
[includeIf "gitdir:~/dev/kb/"]
path = .gitconfig-gitlab
[includeIf "gitdir:~/dev/kb/_public/"]
path = .gitconfig-cirrus
[includeIf "gitdir:~/dev/atled-lightsctl-web/"]
path = .gitconfig-gitlab
[includeIf "gitdir:~/dev/steephillfood/"]
path = .gitconfig-gitlab
2021-10-14 19:05:41 +00:00
[core]
2022-08-01 20:26:16 +00:00
autocrlf = false
2021-10-14 19:05:41 +00:00
whitespace = -indent-with-non-tab,trailing-space,cr-at-eol
[color]
branch = always
diff = always
editor = nano
grep = always
interactive = always
pager = true
showbranch = auto
status = auto
ui = always
[color "interactive"]
error = red bold
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
whitespace = white reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
branch = magenta
[diff]
tool = diff
[merge]
tool = diff
[init]
2022-08-01 20:26:16 +00:00
defaultBranch = main
[gpg]
program = /usr/bin/gpg