small fixes
This commit is contained in:
22
install.sh
22
install.sh
@@ -104,14 +104,23 @@ for choice in "${desktop[@]}"; do
|
|||||||
candy-icons-git \
|
candy-icons-git \
|
||||||
power-profiles-daemon \
|
power-profiles-daemon \
|
||||||
qt6ct-kde \
|
qt6ct-kde \
|
||||||
xdg-desktop-portal-gnome
|
xdg-desktop-portal-gnome \
|
||||||
|
quickshell \
|
||||||
curl -fsSL https://install.danklinux.com | sh
|
cava \
|
||||||
|
cliphist \
|
||||||
|
wl-clipboard \
|
||||||
|
dgop \
|
||||||
|
matugen-bin \
|
||||||
|
qt6-multimedia \
|
||||||
|
dms-shell-bin
|
||||||
|
|
||||||
stow niri qt6ct --adopt
|
stow niri qt6ct --adopt
|
||||||
|
|
||||||
xdg-mime default org.gnome.nautilus.desktop inode/directory
|
xdg-mime default org.gnome.nautilus.desktop inode/directory
|
||||||
|
|
||||||
|
systemctl --user enable dms
|
||||||
|
systemctl --user add-wants niri.service dms
|
||||||
|
|
||||||
sudo systemctl enable ly@tty1
|
sudo systemctl enable ly@tty1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@@ -141,13 +150,14 @@ for choice in "${tools[@]}"; do
|
|||||||
vim \
|
vim \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
zoxide \
|
zoxide \
|
||||||
reflector
|
reflector \
|
||||||
|
inetutils
|
||||||
stow fastfetch hyfetch nvim zsh --adopt
|
stow fastfetch hyfetch nvim zsh --adopt
|
||||||
|
|
||||||
# gum spin --title "Updating Tealdeer database" -- \
|
# gum spin --title "Updating Tealdeer database" -- \
|
||||||
tldr --update
|
tldr --update
|
||||||
|
|
||||||
chsh -S /bin/zsh "$USER"
|
chsh -s /bin/zsh "$USER"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Terminal Emulator")
|
"Terminal Emulator")
|
||||||
@@ -229,7 +239,7 @@ extpkgstr=$(
|
|||||||
)
|
)
|
||||||
|
|
||||||
sudo -v || exit 1
|
sudo -v || exit 1
|
||||||
yay -S --needed --noconfirm "$extpkgstr"
|
yay -S --needed --noconfirm $extpkgstr
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git reset --hard HEAD
|
git reset --hard HEAD
|
||||||
|
|||||||
Reference in New Issue
Block a user