Make it easier to use the yay fzf installer/uninstaller via menu
This commit is contained in:
parent
62975f0a23
commit
a9004662ca
5
bin/omarchy-cmd-install
Executable file
5
bin/omarchy-cmd-install
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
yay -Slq | fzf --multi --preview 'yay -Sii {1}' --preview-window=down:75% | xargs -ro yay -S --noconfirm
|
||||
|
||||
gum spin --spinner "globe" --title "Done!" -- sleep 2
|
5
bin/omarchy-cmd-uninstall
Executable file
5
bin/omarchy-cmd-uninstall
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
yay -Qqe | fzf --multi --preview 'yay -Qi {1}' --preview-window=down:75% | xargs -ro yay -Rns --noconfirm
|
||||
|
||||
gum spin --spinner "globe" --title "Done!" -- sleep 2
|
Loading…
x
Reference in New Issue
Block a user