all repos

dotfiles @ 0f2817240d460c979655f81200390049ca6b1a2a

i use rach linux btw
5 files changed, 12 insertions(+), 39 deletions(-)
updaties
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-04-02 12:58:32 +0300
Parent: 6016e1f
M config/ctags/universal.ctags
···
                1
                1
                 --recurse=yes

              
                2
                2
                 --tag-relative=yes

              
                
                3
                +

              
                
                4
                +# qualifies MyStruct.MyMethod to MyMethod

              
                
                5
                +#--extras=+q

              
                
                6
                +# full kind names, instead of single letters

              
                3
                7
                 --fields=-k+K

              
                4
                
                ---extras=+q

              
                
                8
                +# language of the tag (for multi language codebases)

              
                
                9
                +--fields=+l

              
                5
                10
                 

              
                6
                11
                 --languages=-markdown,json,yaml,iniconf,html,css

              
                7
                12
                 --sh-kinds=-h

              
M config/fish/conf.d/aliases.fish
···
                21
                21
                 if type -q nvim

              
                22
                22
                   alias vim nvim

              
                23
                23
                   alias e vim

              
                
                24
                +  alias ee "nvim -S"

              
                24
                25
                 end

              
                25
                26
                 

              
                26
                27
                 if type -q eza

              
D config/fish/conf.d/colors.fish
···
                1
                
                -status is-interactive; or exit

              
                2
                
                -

              
                3
                
                -set -l foreground c0caf5

              
                4
                
                -set -l selection 283457

              
                5
                
                -set -l comment 565f89

              
                6
                
                -set -l red f7768e

              
                7
                
                -set -l orange ff9e64

              
                8
                
                -set -l yellow e0af68

              
                9
                
                -set -l green 9ece6a

              
                10
                
                -set -l purple 9d7cd8

              
                11
                
                -set -l cyan 7dcfff

              
                12
                
                -set -l pink bb9af7

              
                13
                
                -

              
                14
                
                -set -g fish_color_normal $foreground

              
                15
                
                -set -g fish_color_command $cyan

              
                16
                
                -set -g fish_color_keyword $pink

              
                17
                
                -set -g fish_color_quote $yellow

              
                18
                
                -set -g fish_color_redirection $foreground

              
                19
                
                -set -g fish_color_end $orange

              
                20
                
                -set -g fish_color_option $pink

              
                21
                
                -set -g fish_color_error $red

              
                22
                
                -set -g fish_color_param $purple

              
                23
                
                -set -g fish_color_comment $comment

              
                24
                
                -set -g fish_color_selection --background=$selection

              
                25
                
                -set -g fish_color_search_match --background=$selection

              
                26
                
                -set -g fish_color_operator $green

              
                27
                
                -set -g fish_color_escape $pink

              
                28
                
                -set -g fish_color_autosuggestion $comment

              
                29
                
                -

              
                30
                
                -set -g fish_pager_color_progress $comment

              
                31
                
                -set -g fish_pager_color_prefix $cyan

              
                32
                
                -set -g fish_pager_color_completion $foreground

              
                33
                
                -set -g fish_pager_color_description $comment

              
                34
                
                -set -g fish_pager_color_selected_background --background=$selection

              
M config/git/ignore
···
                
                1
                +/.docker/

              
                1
                2
                 /.jj/

              
                
                3
                +/.tests/

              
                2
                4
                 /.nvim.lua

              
                3
                
                -/.docker/

              
                
                5
                +/tags

              
                4
                6
                 .env

              
                5
                
                -tags

              
                
                7
                +Session.vim

              
M config/mise/config.toml
···
                1
                1
                 [tools]

              
                
                2
                +usage = "latest"

              
                2
                3
                 bun = "latest"

              
                3
                4
                 gleam = "latest"

              
                4
                5
                 go = "latest"

              ···
                8
                9
                 lua-language-server = "3.16.4"

              
                9
                10
                 node = "lts"

              
                10
                11
                 shellcheck = "latest"

              
                11
                
                -shfmt = "latest"

              
                12
                
                -usage = "latest"

              
                13
                12
                 

              
                14
                13
                 [settings]

              
                15
                14
                 npm.package_manager = "bun"