jj
This commit is contained in:
parent
9945cff7b4
commit
98a5eb772f
2 changed files with 6 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
5
jj/config.toml
Normal file
5
jj/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
||||
|
||||
[user]
|
||||
name = "Jeremy Kaplan"
|
||||
email = "code@jdkaplan.dev"
|
||||
Loading…
Add table
Add a link
Reference in a new issue