all repos

dotfiles @ c41d196

i use rach linux btw
5 files changed, 3 insertions(+), 11 deletions(-)
bin: update scripts, remove ones that i dont use
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-31 18:32:56 +0300
Authored at: 2025-03-31 15:33:36 +0300
Parent: c6b3d72
M bin/arch-upd
···
        1
        1
         #!/usr/bin/env bash

      
        2
        2
         sudo pacman -Syyuu --noconfirm

      
        3
        3
         paru -Sua --noconfirm

      
        4
        
        -sudo pacman -Rns $(pacman -Qdtq) --noconfirm

      
        
        4
        +sudo pacman -Rns "$(pacman -Qdtq)" --noconfirm

      
A bin/git-main
···
        
        1
        +#!/usr/bin/env bash

      
        
        2
        +git switch master 2>/dev/null || git switch main

      
D bin/issue
···
        1
        
        -#!/usr/bin/env bash

      
        2
        
        -if [ -n "$1" ]; then

      
        3
        
        -  exec gh issue edit "$@"

      
        4
        
        -fi

      
        5
        
        -

      
        6
        
        -exec gh issue create

      
D bin/issues
···
        1
        
        -#!/usr/bin/env bash

      
        2
        
        -exec gh issue list "$@"

      
M gitconfig
···
        28
        28
             st = status -sb

      
        29
        29
             cm = commit -m

      
        30
        30
             sw = switch

      
        31
        
        -    unfuck = !git-unfuck

      
        32
        
        -    main = !git switch master 2>/dev/null || git switch main

      
        33
        31
         

      
        34
        32
         [interactive]

      
        35
        33
             diffFilter = delta --color-only