all repos

dotfiles @ cbfb52faf850c1e5552002fa1c93c1cd3a727a56

i use rach linux btw
1 files changed, 4 insertions(+), 3 deletions(-)
mise: sort list of things
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-05-23 01:12:42 +0300
Parent: 9222de4
M config/mise/config.toml
ยทยทยท
        1
        1
         [tools]

      
        2
        
        -usage = "latest"

      
        3
        2
         go = "latest"

      
        4
        3
         golangci-lint = "latest"

      
        
        4
        +golangci-lint-langserver = "latest"

      
        5
        5
         node = "lts"

      
        6
        6
         shellcheck = "latest"

      
        7
        7
         shfmt = "latest"

      
        
        8
        +usage = "latest"

      
        8
        9
         

      
        9
        10
         [settings]

      
        10
        11
         experimental = true

      
        11
        
        -go_set_goroot = false

      
        
        12
        +go_set_gobin = false

      
        12
        13
         go_set_gopath = false

      
        13
        
        -go_set_gobin = false

      
        
        14
        +go_set_goroot = false