mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: update scripts, remove ones that i dont use
This commit is contained in:
parent
c6b3d720d3
commit
c41d196c5e
5 changed files with 3 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
sudo pacman -Syyuu --noconfirm
|
sudo pacman -Syyuu --noconfirm
|
||||||
paru -Sua --noconfirm
|
paru -Sua --noconfirm
|
||||||
sudo pacman -Rns $(pacman -Qdtq) --noconfirm
|
sudo pacman -Rns "$(pacman -Qdtq)" --noconfirm
|
||||||
|
|
|
||||||
2
bin/git-main
Executable file
2
bin/git-main
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
git switch master 2>/dev/null || git switch main
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
if [ -n "$1" ]; then
|
|
||||||
exec gh issue edit "$@"
|
|
||||||
fi
|
|
||||||
|
|
||||||
exec gh issue create
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
exec gh issue list "$@"
|
|
||||||
|
|
@ -28,8 +28,6 @@
|
||||||
st = status -sb
|
st = status -sb
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
sw = switch
|
sw = switch
|
||||||
unfuck = !git-unfuck
|
|
||||||
main = !git switch master 2>/dev/null || git switch main
|
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue