mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make it easier to use the yay fzf installer/uninstaller via menu
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user