refactor(git): use tabs in gitconfig
This commit is contained in:
parent
392abd04cb
commit
bd86b0c95b
@ -1,67 +1,67 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Price Hiller
|
name = Price Hiller
|
||||||
email = price@orion-technologies.io
|
email = price@orion-technologies.io
|
||||||
signingkey = /home/sam/.ssh/keys/id_ed25519
|
signingkey = /home/sam/.ssh/keys/id_ed25519
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = Development
|
defaultBranch = Development
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
pager = delta
|
pager = delta
|
||||||
ignorecase = false
|
ignorecase = false
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only --features=interactive
|
diffFilter = delta --color-only --features=interactive
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
colorMoved = default
|
colorMoved = default
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true
|
navigate = true
|
||||||
features = decorations interactive
|
features = decorations interactive
|
||||||
|
|
||||||
[delta "interactive"]
|
[delta "interactive"]
|
||||||
keep-plus-minus-markers = false
|
keep-plus-minus-markers = false
|
||||||
|
|
||||||
[delta "decorations"]
|
[delta "decorations"]
|
||||||
# author: https://github.com/clnoll
|
# author: https://github.com/clnoll
|
||||||
commit-decoration-style = bold box ul
|
commit-decoration-style = bold box ul
|
||||||
dark = true
|
dark = true
|
||||||
file-style = omit
|
file-style = omit
|
||||||
hunk-header-decoration-style = "#022b45" box ul
|
hunk-header-decoration-style = "#022b45" box ul
|
||||||
hunk-header-file-style = "#999999"
|
hunk-header-file-style = "#999999"
|
||||||
hunk-header-style = file line-number syntax
|
hunk-header-style = file line-number syntax
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
line-numbers-left-style = "#022b45"
|
line-numbers-left-style = "#022b45"
|
||||||
minus-emph-style = normal "#80002a"
|
minus-emph-style = normal "#80002a"
|
||||||
minus-style = normal "#330011"
|
minus-style = normal "#330011"
|
||||||
plus-emph-style = syntax "#003300"
|
plus-emph-style = syntax "#003300"
|
||||||
plus-style = syntax "#001a00"
|
plus-style = syntax "#001a00"
|
||||||
syntax-theme = Solarized (dark)
|
syntax-theme = Solarized (dark)
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[alias]
|
[alias]
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
default = current
|
default = current
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[branch]
|
[branch]
|
||||||
autosetupmerge = always
|
autosetupmerge = always
|
||||||
[remote]
|
[remote]
|
||||||
pushDefault = origin
|
pushDefault = origin
|
||||||
|
|
||||||
; Per environemnt specific setup shit
|
; Per environemnt specific setup shit
|
||||||
[includeIf "gitdir:~/Git/SSFCU/"]
|
[includeIf "gitdir:~/Git/SSFCU/"]
|
||||||
path = ~/.dot_files/git-configs/.gitconfig-ssfcu
|
path = ~/.dot_files/git-configs/.gitconfig-ssfcu
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user