all repos

dotfiles @ 37746b1e6b4cdf2b385e8e336b3da6b58e7ef9ae

my dotfiles

config/jj/config.toml (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"

[user]
name = "Olexandr Smirnov"
email = "olexsmir@gmail.com"

[ui]
default-command = "log"
editor = "nvim"
pager = "delta"
diff-formatter = ":git"
merge-editor = ["nvim", "-d"]

[git]
sign-on-push = true
auto-local-bookmark = true

[aliases]
n = ["new"]
bc = ["bookmark", "create"]