all repos

dotfiles @ 499b762

i use rach linux btw
2 files changed, 15 insertions(+), 7 deletions(-)
update git, kitty
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-06-22 20:34:54 +0300
Parent: 9646052
M config/kitty/kitty.conf
···
                25
                25
                 cursor_blink_interval 0

              
                26
                26
                 

              
                27
                27
                 ## Mouse

              
                28
                
                -mouse_hide_wait 3.0

              
                
                28
                +mouse_hide_wait 1.0

              
                29
                29
                 focus_follows_mouse no

              
                30
                30
                 

              
                31
                31
                 ## Mappings

              ···
                36
                36
                 map alt+5 goto_tab 5

              
                37
                37
                 map alt+6 goto_tab 6

              
                38
                38
                 map alt+7 goto_tab 7

              
                
                39
                +map alt+8 goto_tab 8

              
                
                40
                +map alt+9 goto_tab 9

              
                39
                41
                 map ctrl+shift+t new_tab_with_cwd

              
                40
                42
                 map ctrl+equal change_font_size all +1

              
                41
                43
                 map ctrl+minus change_font_size all -1

              
M gitconfig
···
                1
                1
                 [user]

              
                2
                
                -    name = Smirnov Olexander

              
                
                2
                +    name = Smirnov Oleksandr

              
                3
                3
                     email = ss2316544@gmail.com

              
                4
                
                -    signingkey = 02BE5DDFB607A8F79E

              
                
                4
                +    signingkey = 300387B5D7EE0DB2

              
                5
                5
                 

              
                6
                6
                 [github]

              
                7
                7
                     name = olexsmir

              
                8
                8
                 

              
                9
                9
                 [gpg]

              
                10
                
                -	program = gpg2

              
                
                10
                +    program = gpg2

              
                11
                11
                 

              
                12
                12
                 [core]

              
                13
                
                -  editor = nvim

              
                
                13
                +    editor = nvim

              
                14
                14
                 

              
                15
                15
                 [init]

              
                16
                
                -  defaultBranch = "main"

              
                
                16
                +    defaultBranch = "main"

              
                17
                17
                 

              
                18
                18
                 [alias]

              
                
                19
                +    a = add

              
                19
                20
                     l = log --oneline --decorate

              
                20
                
                -    s = status

              
                
                21
                +    s = status -sb

              
                
                22
                +    lg = log --stat

              
                
                23
                +    f = fetch

              
                21
                24
                     sw = switch

              
                22
                25
                     cm = commit

              
                
                26
                +    p = pull

              
                
                27
                +    re = restore

              
                
                28
                +    r = rebase