Compare commits

...

3 Commits

Author SHA1 Message Date
bd44a7eb2c Merge branch 'main' into rotom 2026-01-09 14:43:14 +01:00
d73d1c31ad small fixes 2026-01-09 14:43:09 +01:00
e87632b653 small fixes 2026-01-09 14:43:02 +01:00

View File

@@ -104,14 +104,23 @@ for choice in "${desktop[@]}"; do
candy-icons-git \
power-profiles-daemon \
qt6ct-kde \
xdg-desktop-portal-gnome
curl -fsSL https://install.danklinux.com | sh
xdg-desktop-portal-gnome \
quickshell \
cava \
cliphist \
wl-clipboard \
dgop \
matugen-bin \
qt6-multimedia \
dms-shell-bin
stow niri qt6ct --adopt
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
;;
@@ -141,13 +150,14 @@ for choice in "${tools[@]}"; do
vim \
wl-clipboard \
zoxide \
reflector
reflector \
inetutils
stow fastfetch hyfetch nvim zsh --adopt
# gum spin --title "Updating Tealdeer database" -- \
tldr --update
chsh -S /bin/zsh "$USER"
chsh -s /bin/zsh "$USER"
;;
"Terminal Emulator")
@@ -229,7 +239,7 @@ extpkgstr=$(
)
sudo -v || exit 1
yay -S --needed --noconfirm "$extpkgstr"
yay -S --needed --noconfirm $extpkgstr
git add .
git reset --hard HEAD