all repos

dotfiles @ 612fc2af83ebec9d137dc3dcb71f42b51e61d833

my dotfiles
1 files changed, 11 insertions(+), 0 deletions(-)
jj: add config
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-09 17:14:54 +0300
Parent: 08f3e84
A config/jj/config.toml

@@ -0,0 +1,11 @@

+"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" + +[user] +name = "Olexandr Smirnov" +email = "olexsmir@gmail.com" + +[ui] +default-command = "log" + +[git] +auto-local-bookmark = true