arch-hyprland-setup/bin/omarchy-pkg-install
2025-08-07 18:19:16 -04:00

10 lines
230 B
Bash
Executable File

#!/bin/bash
pkg_name=$(yay -Slq | fzf --multi --preview 'yay -Sii {1}' --preview-window=down:75%)
if [[ -n "$pkg_name" ]]; then
yay -Sy --noconfirm "$pkg_name"
sudo updatedb
~/.local/share/omarchy/bin/omarchy-show-done
fi