mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
More pacman
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user