Fixed omz installation

This commit is contained in:
2026-01-09 19:19:02 +01:00
parent 88f81d2f14
commit d84344135e

View File

@@ -104,6 +104,8 @@ for choice in "${desktop[@]}"; do
power-profiles-daemon \ power-profiles-daemon \
qt6ct-kde \ qt6ct-kde \
xdg-desktop-portal-gnome \ xdg-desktop-portal-gnome \
xdg-desktop-portal-gtk \
xdg-desktop-portal-wlr \
quickshell \ quickshell \
cava \ cava \
cliphist \ cliphist \
@@ -112,7 +114,8 @@ for choice in "${desktop[@]}"; do
matugen-bin \ matugen-bin \
qt6-multimedia \ qt6-multimedia \
dms-shell-bin \ dms-shell-bin \
greetd-dms-greeter-git ly
# greetd-dms-greeter-git
stow niri qt6ct --adopt stow niri qt6ct --adopt
@@ -121,9 +124,9 @@ for choice in "${desktop[@]}"; do
systemctl --user enable dms systemctl --user enable dms
systemctl --user add-wants niri.service dms systemctl --user add-wants niri.service dms
dms greeter enable # dms greeter enable
dms greeter sync # dms greeter sync
# sudo systemctl enable ly@tty1 sudo systemctl enable ly@tty1
;; ;;
"KDE Plasma") "KDE Plasma")
@@ -155,7 +158,8 @@ for choice in "${tools[@]}"; do
reflector \ reflector \
inetutils inetutils
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/ohmyzsh/ohmyzsh "$HOME"/.oh-my-zsh
stow fastfetch hyfetch nvim zsh --adopt stow fastfetch hyfetch nvim zsh --adopt
# gum spin --title "Updating Tealdeer database" -- \ # gum spin --title "Updating Tealdeer database" -- \
@@ -247,3 +251,4 @@ yay -S --needed --noconfirm $extpkgstr
git add . git add .
git reset --hard HEAD git reset --hard HEAD
git submodule update --recursive --init