all repos

dotfiles @ 82f78df

i use rach linux btw
2 files changed, 5 insertions(+), 0 deletions(-)
git: move config into .config
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-03 23:45:03 +0300
Authored at: 2025-08-03 23:41:01 +0300
Parent: ae3bf99
A config/git/ignore
···
        
        1
        +/.nvim.lua

      
        
        2
        +/.docker/

      
        
        3
        +.env

      
        
        4
        +AGENTS.md

      
M gitconfigconfig/git/config
···
        10
        10
             format = ssh

      
        11
        11
         

      
        12
        12
         [gpg "ssh"]

      
        
        13
        +    ;; echo "$(whoami) $(cat $HOME/.ssh/id_*\.pub)" | tee $HOME/.config/git/allowed_signers

      
        13
        14
             allowedSignersFile = ~/.config/git/allowed_signers

      
        14
        15
         

      
        15
        16
         [core]