1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

install/fedora.sh: add hypr section

This commit is contained in:
Henrik Hautakoski 2026-05-06 23:24:03 +02:00
parent 1165ca99fd
commit f1acb0a9c9

View file

@ -28,6 +28,17 @@ for sel in "${SELECTED[@]}"; do
fd-find \ fd-find \
neovim neovim
;; ;;
"hypr")
sudo dnf copr enable lionheartp/Hyprland
sudo dnf install -y \
uwsm \
sddm \
hyprland \
hyprpaper \
rofi \
dunst \
waybar
;;
"i3") "i3")
sudo dnf install -y \ sudo dnf install -y \
xorg-x11-xinit \ xorg-x11-xinit \