Commit graph

5 commits

Author SHA1 Message Date
76f8875cac fixup! WIP: add jujutsu (w/ Delta)
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-08-21 12:19:01 +00:00
537144046e WIP: add jujutsu (w/ Delta) 2025-08-21 12:14:59 +00:00
3e9139fd1d home: delta: use stand-alone configuration file
Ideally, I'd like for `delta` to just read a configuration file at
`$XDG_CONFIG_HOME/delta/config` by default, but upstream seems somewhat
reticent to the idea :-/.

So instead, let's keep relying on `git` being enabled, but rather than
inlining the configuration, let's store it where I think it should
belong and include it into `gitconfig`.
2025-08-21 12:08:31 +00:00
a9ba93f834 home: delta: assert git is enabled
Some checks failed
ci/woodpecker/push/check Pipeline failed
2025-05-07 11:27:12 +00:00
946eab9ec0 home: git: extract 'delta' configuration
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I want to be able to re-use it between different source control systems
(e.g: `jj`).

As a first step, extract it to a proper module so that I can have it
live in a single space.
2025-04-22 13:53:35 +00:00