all repos

dotfiles @ 612fc2a

i use rach linux btw
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
ยทยทยท
        
        1
        +"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"

      
        
        2
        +

      
        
        3
        +[user]

      
        
        4
        +name = "Olexandr Smirnov"

      
        
        5
        +email = "olexsmir@gmail.com"

      
        
        6
        +

      
        
        7
        +[ui]

      
        
        8
        +default-command = "log"

      
        
        9
        +

      
        
        10
        +[git]

      
        
        11
        +auto-local-bookmark = true