dotfiles/vcs/jj/config.toml
Marty Oehme bcd93eb237
vcs: Restructure vcs module
Just like writing and qutebrowser modules, restructured the version
control software module to make more use of dotter's ability to
precisely link files. All contained programs have a top-level directory
and all the files that correspond to that specific software lie beneath
in the directory tree.
2024-09-18 17:38:44 +02:00

8 lines
128 B
TOML

[user]
email = "marty.oehme@gmail.com"
name = "Marty Oehme"
[signing]
sign-all = true
backend = "gpg"
key = "73BA40D5AFAF49C9"