I think these are the last spots

This commit is contained in:
David Heinemeier Hansson 2025-08-24 18:08:17 +02:00
parent cb22afdb93
commit ee5f4eb925
3 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,8 @@
echo "Add Terminal Text Effects for rizzing Omarchy"
if ! yay -Qe python-terminaltexteffects &>/dev/null; then
yay -S --noconfirm --needed python-terminaltexteffects
if omarchy-pkg-aur-accessible; then
if ! yay -Q python-terminaltexteffects &>/dev/null; then
yay -S --noconfirm --needed python-terminaltexteffects
fi
else
echo -e "\n\e[31mAUR is unavailable. Install python-terminaltexteffects via AUR manually later.\e[0m"
fi

View File

@ -1,4 +1,9 @@
echo "Update and restart Walker to resolve stuck Omarchy menu"
yay -Sy --noconfirm walker-bin
if omarchy-pkg-aur-accessible; then
yay -Sy --noconfirm walker-bin
else
echo -e "\n\e[31mAUR is unavailable. Update walker-bin via AUR manually later.\e[0m"
fi
omarchy-restart-walker

View File

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