Fixed omz installation
This commit is contained in:
15
install.sh
15
install.sh
@@ -104,6 +104,8 @@ for choice in "${desktop[@]}"; do
|
||||
power-profiles-daemon \
|
||||
qt6ct-kde \
|
||||
xdg-desktop-portal-gnome \
|
||||
xdg-desktop-portal-gtk \
|
||||
xdg-desktop-portal-wlr \
|
||||
quickshell \
|
||||
cava \
|
||||
cliphist \
|
||||
@@ -112,7 +114,8 @@ for choice in "${desktop[@]}"; do
|
||||
matugen-bin \
|
||||
qt6-multimedia \
|
||||
dms-shell-bin \
|
||||
greetd-dms-greeter-git
|
||||
ly
|
||||
# greetd-dms-greeter-git
|
||||
|
||||
stow niri qt6ct --adopt
|
||||
|
||||
@@ -121,9 +124,9 @@ for choice in "${desktop[@]}"; do
|
||||
systemctl --user enable dms
|
||||
systemctl --user add-wants niri.service dms
|
||||
|
||||
dms greeter enable
|
||||
dms greeter sync
|
||||
# sudo systemctl enable ly@tty1
|
||||
# dms greeter enable
|
||||
# dms greeter sync
|
||||
sudo systemctl enable ly@tty1
|
||||
;;
|
||||
|
||||
"KDE Plasma")
|
||||
@@ -155,7 +158,8 @@ for choice in "${tools[@]}"; do
|
||||
reflector \
|
||||
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
|
||||
|
||||
# gum spin --title "Updating Tealdeer database" -- \
|
||||
@@ -247,3 +251,4 @@ yay -S --needed --noconfirm $extpkgstr
|
||||
|
||||
git add .
|
||||
git reset --hard HEAD
|
||||
git submodule update --recursive --init
|
||||
|
||||
Reference in New Issue
Block a user