omarchy/bin/omarchy-pkg-remove
David Heinemeier Hansson 5ff0e82621 Do updatedb after installing a new package
So you can always find what's been installed via locate
2025-08-05 18:16:36 +02:00

6 lines
182 B
Bash
Executable File

#!/bin/bash
yay -Qqe | fzf --multi --preview 'yay -Qi {1}' --preview-window=down:75% | xargs -ro yay -Rns --noconfirm && sudo updatedb
~/.local/share/omarchy/bin/omarchy-show-done