mirror of
https://github.com/gyoder/dots.git
synced 2026-07-17 18:19:58 +00:00
jj: init
This commit is contained in:
parent
9af24b9941
commit
933c75adba
2 changed files with 22 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -4,6 +4,11 @@ fish/.config/fish/fish_variables
|
|||
tmux/.tmux/plugins
|
||||
fish/.config/fish/fishd.tmp*
|
||||
|
||||
zellij/.config/zellij/config.kdl.bak*
|
||||
zellij/.config/zellij/config.kdl.bak
|
||||
|
||||
jj/.config/jj/repos/
|
||||
|
||||
# Compiled Lua sources
|
||||
luac.out
|
||||
|
||||
|
|
|
|||
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