all repos

dotfiles @ c41d196c5ee4f7ecd5894fbcfce746a10861be97

my dotfiles
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
Parent: c6b3d72
M bin/arch-upd

@@ -1,4 +1,4 @@

#!/usr/bin/env bash sudo pacman -Syyuu --noconfirm paru -Sua --noconfirm -sudo pacman -Rns $(pacman -Qdtq) --noconfirm +sudo pacman -Rns "$(pacman -Qdtq)" --noconfirm
A bin/git-main

@@ -0,0 +1,2 @@

+#!/usr/bin/env bash +git switch master 2>/dev/null || git switch main
D bin/issue

@@ -1,6 +0,0 @@

-#!/usr/bin/env bash -if [ -n "$1" ]; then - exec gh issue edit "$@" -fi - -exec gh issue create
D bin/issues

@@ -1,2 +0,0 @@

-#!/usr/bin/env bash -exec gh issue list "$@"
M gitconfig

@@ -28,8 +28,6 @@ lg = log --oneline --graph --all

st = status -sb cm = commit -m sw = switch - unfuck = !git-unfuck - main = !git switch master 2>/dev/null || git switch main [interactive] diffFilter = delta --color-only