Compare commits

..

3 commits

Author SHA1 Message Date
c5a7f3f6ec
Fix zgenom auto-exec 2025-12-23 23:55:34 +01:00
33d02ed030
Add xdg-terminal-exec 2025-12-23 23:55:15 +01:00
357a82e171
Add arch-update 2025-12-23 23:45:34 +01:00
3 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1 @@
kitty.desktop

View file

@ -6,7 +6,7 @@ if [[ ! -d "$ZGENOM_DIR" ]]; then
fi
# Load zgenom (plugin manager for ZSH)
source "${ZGENOM_DIR}/.zgenom/zgenom.zsh"
source "${ZGENOM_DIR}/zgenom.zsh"
# Check for zgenom updates
# This does not increase startup time

View file

@ -33,6 +33,7 @@ cp -ra home/.config/swappy ~/.config
cp -ra home/.config/systemd ~/.config
#cp -ar home/.config/fontconfig ~/.config
cp -ra home/.config/swaync ~/.config
cp home/.config/xdg-terminals.list ~/.config
# Theme configs
cp -ar home/.config/qt5ct ~/.config
@ -74,7 +75,7 @@ paru -Syu --noconfirm
# WM Essentials
paru -S --noconfirm --needed \
udisks2 udiskie gvfs gvfs-mtp gnome-keyring xorg-xinput polkit-gnome brightnessctl \
xdg-user-dirs playerctl
xdg-user-dirs playerctl xdg-terminal-exec
# Wayland WM essentials
paru -S --noconfirm --needed \
@ -104,7 +105,7 @@ paru -S --noconfirm --needed \
# Other Utilities
paru -S --noconfirm --needed \
nm-connection-editor network-manager-applet ffmpegthumbnailer hyfetch fastfetch \
tesseract tesseract-data-eng nvtop lazydocker lazygit
tesseract tesseract-data-eng nvtop lazydocker lazygit arch-update
# Themes (Qt theme, GTK theme, icons theme, cursor theme)
paru -S --noconfirm --needed \
@ -152,7 +153,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24
# Services
sudo systemctl enable --now seatd.service
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service blueman-applet.service
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service blueman-applet.service arch-update-tray.service
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
echo ""