From 98a5eb772ff8d1bec83b90a192793dadf58d90e3 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 2 Sep 2025 21:48:44 -0400 Subject: [PATCH] jj --- default.conf.yaml | 1 + jj/config.toml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 jj/config.toml diff --git a/default.conf.yaml b/default.conf.yaml index 54cb2e9..7d47b5e 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -22,6 +22,7 @@ ~/.config/git: git/ ~/.config/helix: helix/ ~/.config/hg: hg/ + ~/.config/jj: jj/ ~/.config/kak: kak/ ~/.config/lazygit: lazygit/ ~/.config/nvim: neovim/ diff --git a/jj/config.toml b/jj/config.toml new file mode 100644 index 0000000..68f67a1 --- /dev/null +++ b/jj/config.toml @@ -0,0 +1,5 @@ +"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" + +[user] +name = "Jeremy Kaplan" +email = "code@jdkaplan.dev"