I think these are the last spots
This commit is contained in:
parent
cb22afdb93
commit
ee5f4eb925
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user