omarchy/bin/omarchy-cmd-uninstall
2025-08-04 18:26:36 +02:00

6 lines
174 B
Bash
Executable File

#!/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