More pacman

This commit is contained in:
David Heinemeier Hansson 2025-08-24 18:00:28 +02:00
parent a0c3a435fc
commit cd39a145e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
echo "Add icon theme coloring"
if ! yay -! yaru-icon-theme &>/dev/null; then
if ! pacman -Q yaru-icon-theme &>/dev/null; then
sudo pacman -S --noconfirm yaru-icon-theme
if [[ -f ~/.config/omarchy/current/theme/icons.theme ]]; then

View File

@ -2,5 +2,5 @@ echo "Switch from lazydocker-bin to lazydocker official"
if yay -Q lazydocker-bin >/dev/null; then
sudo pacman -Rns --noconfirm lazydocker-bin
yay -S --noconfirm lazydocker
sudo pacman -S --noconfirm lazydocker
fi