void- enter the void 🪐 |
git clone git://git.acid.vegas/archlinux.git |
Log | Files | Refs | Archive |
config (629B)
1 [alias] 2 commits = log --color --graph --pretty=format:'%Cred%h%Creset - %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 3 mclone = clone --depth=1 4 stats = diff --stat 5 [color] 6 diff = auto 7 status = auto 8 branch = auto 9 interactive = auto 10 ui = true 11 pager = true 12 [commit] 13 gpgSign = true 14 [core] 15 editor = nano 16 pager = delta 17 [diff] 18 colorMoved = default 19 [interactive] 20 diffFilter = delta --color-only 21 [merge] 22 conflictstyle = diff3 23 [user] 24 signingkey = 441EB0F297E0DCF0AEF2F711EF4B922DB85DC9DE 25 name = acidvegas 26 email = acid.vegas@acid.vegas 27 [pull] 28 ff = only 29 [delta] 30 navigate = true 31 light = false 32