dotfiles/.jjconfig.toml

30 lines
678 B
TOML
Raw Permalink Normal View History

2024-07-18 12:23:05 -04:00
[core]
fsmonitor = "watchman"
[signing]
backend = "ssh"
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw"
sign-all = true
[signing.backends.ssh]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[ui]
paginate = "never"
2024-07-18 13:28:18 -04:00
default-command = "log"
2024-07-19 09:26:53 -04:00
editor = "nvim"
2024-11-12 09:38:49 -05:00
diff.tool = ["difft", "--color=always", "$left", "$right"]
2024-07-18 12:23:05 -04:00
[user]
2024-08-01 16:06:02 -04:00
email = "git@sloanelybutsurely.com"
2024-07-18 12:23:05 -04:00
name = "sloane"
2024-07-18 13:16:45 -04:00
[revsets]
2024-07-19 09:26:53 -04:00
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
2024-08-01 14:20:24 -04:00
[git]
2024-11-01 09:13:53 -04:00
push-bookmark-prefix = "sloane/push-"
2024-11-19 15:54:27 -05:00
[aliases]
rebase-bookmarks = ["rebase", "-b", "all:bookmarks() & mine() ~trunk()", "-d", "main", "--skip-emptied"]