1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-05-11 23:58:28 +02:00
parent c5b629b295
commit 69165bbbf7
No known key found for this signature in database
9 changed files with 213 additions and 94 deletions

View file

@ -6,8 +6,8 @@
excludesFile = ~/.config/git/ignore
# Paginate output
pager = less
# Use Codium as default editor
editor = codium --wait
# Use Helix as default editor
editor = hx
# Don't consider trailing space change as a cause for merge conflicts
whitespace = -trailing-space
[init]
@ -36,12 +36,12 @@
wordRegex = .
# Display submodule-related information (commit listings)
submodule = log
# Use VSCode as default diff tool when running `git difftool`
tool = codium
# Use Helix as default diff tool when running `git difftool` (TODO)
# tool = helix
[difftool]
prompt = false
[difftool "codium"]
cmd = codium --wait --diff -- "$LOCAL" "$REMOTE"
# [difftool "helix"]
# cmd = hx --wait --diff -- "$LOCAL" "$REMOTE"
[fetch]
# Auto-fetch submodule changes (won't auto-update)
recurseSubmodules = on-demand

View file

@ -0,0 +1,4 @@
[user]
name = Lukas Wurzinger
email = lukas@wrz.one
signingkey = ~/.ssh/id_ed25519.pub