Update setup/modules/Desktop-Enviroments/hyprland-new.sh
parent
971065a40a
commit
0bde224aac
|
|
@ -10,7 +10,11 @@ echo "Updating system and installing Flatpak..."
|
||||||
sudo pacman -Syu --noconfirm flatpak
|
sudo pacman -Syu --noconfirm flatpak
|
||||||
sudo systemctl enable --now flatpak-system-helper.service
|
sudo systemctl enable --now flatpak-system-helper.service
|
||||||
|
|
||||||
# 2. Run core.sh steps (network, cron, greetd, fail2ban, udisks2)
|
# 2. Install required packages (from hyprland.sh)
|
||||||
|
echo "Installing required packages..."
|
||||||
|
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term units qalculate-gtk iwd dbus thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman hyprpicker pcmanfm-qt
|
||||||
|
|
||||||
|
# 3. Run core.sh steps (network, cron, greetd, fail2ban, udisks2)
|
||||||
echo "Enabling essential services..."
|
echo "Enabling essential services..."
|
||||||
sudo systemctl enable NetworkManager.service
|
sudo systemctl enable NetworkManager.service
|
||||||
sudo systemctl enable cronie.service
|
sudo systemctl enable cronie.service
|
||||||
|
|
@ -18,10 +22,6 @@ sudo systemctl enable greetd.service
|
||||||
sudo systemctl enable fail2ban.service
|
sudo systemctl enable fail2ban.service
|
||||||
sudo systemctl enable udisks2.service
|
sudo systemctl enable udisks2.service
|
||||||
|
|
||||||
# 3. Install required packages (from hyprland.sh)
|
|
||||||
echo "Installing required packages..."
|
|
||||||
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term units qalculate-gtk iwd dbus thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman hyprpicker pcmanfm-qt
|
|
||||||
|
|
||||||
# 4. Install AUR packages (from hyprland.sh)
|
# 4. Install AUR packages (from hyprland.sh)
|
||||||
echo "Installing AUR packages..."
|
echo "Installing AUR packages..."
|
||||||
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew wofi-calc walker-bin iwmenu bzmenu ulauncher pinta localsend
|
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew wofi-calc walker-bin iwmenu bzmenu ulauncher pinta localsend
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue