Commit graph

9 commits

Author SHA1 Message Date
af7280187a WIP: ADD NOTE FOR FUTURE SELF
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-12-04 14:01:00 +00:00
ef525a09ca home: jujutsu: set 'ui.merge-editor'
Same reason as `ui.diff-editor`.
2025-12-04 14:00:55 +00:00
7e2da79de3 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 add something closer to Git's
patch interface.
2025-12-04 14:00:23 +00:00
5fd02826be home: jujutsu: simplify 'jj jj' alias 2025-12-04 13:59:52 +00:00
e2ae52f2f6 home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-12-04 13:59:52 +00:00
8836f0f3ec home: jj: use verbose draft commit messages 2025-12-04 13:59:48 +00:00
6ba4dcf324 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).
2025-12-04 13:59:15 +00:00
f16195cc99 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.
2025-12-04 13:58:20 +00:00
1b0e1a4692 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-12-02 12:35:32 +00:00