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"