mirror of
https://github.com/gyoder/dots.git
synced 2026-07-18 12:26:42 +00:00
jj: init
This commit is contained in:
parent
9af24b9941
commit
933c75adba
2 changed files with 22 additions and 0 deletions
17
jj/.config/jj/config.toml
Normal file
17
jj/.config/jj/config.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[user]
|
||||
name = "Grace Yoder"
|
||||
email = "grace_yoder@outlook.com"
|
||||
|
||||
[signing]
|
||||
sign-all = true
|
||||
backend = "ssh"
|
||||
key = "~/.ssh/id_ed25519"
|
||||
|
||||
[remotes.origin]
|
||||
auto-track-bookmarks = "*"
|
||||
|
||||
[remotes.github]
|
||||
auto-track-bookmarks = "*"
|
||||
|
||||
[aliases]
|
||||
tug = ["bookmark", "advance"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue