all repos

dotfiles @ 5c89b48ca5f6fb71592cca59e326fdcca9242687

i use rach linux btw
4 files changed, 5 insertions(+), 16 deletions(-)
Updated alacritty, kitt, fish.

Kitty, update font size and tab line background color
Alacritty enabled window decorations
Fish, update alias for open `nvim`, add alias for `go mod`
Neovim, deleted a config and add a link to neovim cofig repo
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-17 00:42:01 +0300
Parent: b14b4d8
D .gitmodules
···
        1
        
        -[submodule "config/nvim"]

      
        2
        
        -	path = config/nvim

      
        3
        
        -	url = git@github.com:flof-ik/nvim.git

      
M config/alacritty.yml
···
        4
        4
         window:

      
        5
        5
           title: Alacritty

      
        6
        6
           dynamic_padding: false

      
        7
        
        -  decorations: "None"

      
        
        7
        +  decorations: "Full"

      
        8
        8
           opacity: 1

      
        9
        9
           padding:

      
        10
        10
             x: 0

      
M config/fish/conf.d/alias.fish
···
        12
        12
         

      
        13
        13
         # vim

      
        14
        14
         alias vim nvim

      
        15
        
        -alias v vim

      
        
        15
        +alias e vim

      
        16
        16
         

      
        17
        17
         # go

      
        18
        18
         alias gor "go run"

      
        19
        19
         alias gob "go build"

      
        20
        20
         alias gog "go get"

      
        
        21
        +alias gom "go mod"

      
        21
        22
         

      
        22
        23
         # navigations

      
        23
        24
         alias ... "cd ../.."

      
M config/kitty/kitty.conf
···
        2
        2
         sync_to_monitor      yes

      
        3
        3
         

      
        4
        4
         ## Font

      
        5
        
        -font_size         12.0

      
        
        5
        +font_size         13.0

      
        6
        6
         font_family       Jetbrains Mono

      
        7
        7
         bold_font         auto

      
        8
        8
         italic_font       auto

      ···
        47
        47
         selection_foreground #C8C093

      
        48
        48
         url_color #72A7BC

      
        49
        49
         cursor #C8C093

      
        50
        
        -

      
        51
        
        -# Tabs

      
        52
        50
         active_tab_background #2D4F67

      
        53
        51
         active_tab_foreground #DCD7BA

      
        54
        52
         inactive_tab_background #223249

      
        55
        53
         inactive_tab_foreground #727169

      
        56
        
        -#tab_bar_background #15161E

      
        57
        
        -

      
        58
        
        -# normal

      
        
        54
        +tab_bar_background #15161E

      
        59
        55
         color0 #090618

      
        60
        56
         color1 #C34043

      
        61
        57
         color2 #76946A

      ···
        64
        60
         color5 #957FB8

      
        65
        61
         color6 #6A9589

      
        66
        62
         color7 #C8C093

      
        67
        
        -

      
        68
        
        -# bright

      
        69
        63
         color8  #727169

      
        70
        64
         color9  #E82424

      
        71
        65
         color10 #98BB6C

      ···
        74
        68
         color13 #938AA9

      
        75
        69
         color14 #7AA89F

      
        76
        70
         color15 #DCD7BA

      
        77
        
        -

      
        78
        
        -

      
        79
        
        -# extended colors

      
        80
        71
         color16 #FFA066

      
        81
        72
         color17 #FF5D62