mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
248 B
TOML
14 lines
248 B
TOML
#:schema https://jj-vcs.github.io/jj/latest/config-schema.json
|
|
[user]
|
|
email = "dev@kristofers.xyz"
|
|
name = "Kristofers Solo"
|
|
|
|
[ui]
|
|
editor = "nvim"
|
|
default-command = "log"
|
|
|
|
[signing]
|
|
behavior = "own"
|
|
backend = "gpg"
|
|
# key = "$(cat ~/.config/jj/key)"
|