1
0
Fork 0
This commit is contained in:
Jeremy Kaplan 2025-09-02 21:48:44 -04:00
commit 98a5eb772f
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@
~/.config/git: git/ ~/.config/git: git/
~/.config/helix: helix/ ~/.config/helix: helix/
~/.config/hg: hg/ ~/.config/hg: hg/
~/.config/jj: jj/
~/.config/kak: kak/ ~/.config/kak: kak/
~/.config/lazygit: lazygit/ ~/.config/lazygit: lazygit/
~/.config/nvim: neovim/ ~/.config/nvim: neovim/

5
jj/config.toml Normal file
View file

@ -0,0 +1,5 @@
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
[user]
name = "Jeremy Kaplan"
email = "code@jdkaplan.dev"