Commit graph

9 commits

Author SHA1 Message Date
a29f69c6f6 WIP: ADD NOTE FOR FUTURE SELF
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2026-04-07 15:17:16 +00:00
4a577f5eb3 home: jujutsu: set 'ui.merge-editor'
Same reason as `ui.diff-editor`.
2026-04-07 15:17:16 +00:00
9f7f0531b0 home: jujutsu: set 'ui.diff-editor'
Otherwise it keeps nagging me with a hint to set it.

I'm not a big fan of this UI, I wish I had something closer to Git's
patch interface.
2026-04-07 15:17:16 +00:00
ad0482263f home: jujutsu: simplify 'jj jj' alias 2026-04-07 10:59:37 +00:00
b66cccfdb5 home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2026-04-07 10:59:37 +00:00
bab430c03c home: jj: use verbose draft commit messages 2026-04-07 10:59:37 +00:00
f418b47962 home: jujutsu: set 'ui.pager'
The v0.36 release stopped honoring `$PAGER`. So enforce it in the
configuration (as I don't like their default pager settings).

Ideally this would be `mkIf`ed behind `my.home.pager.enable`, however it
looks like this does not work with the TOML type (does not seem to do
any `mkMerge`-ish logic).
2026-04-07 10:59:37 +00:00
32e70b9e7f home: jujutsu: set 'ui.diff-formatter'
I *still* don't really like the built-in formatting, but it's more about
its highlighting than its syntax.

Given that I default to using `delta` anyways, it doesn't _really_
matter as I don't see the default output.
2026-04-07 10:59:37 +00:00
3d77944ef2 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2026-04-07 10:59:37 +00:00