A Polished Fedora Setup

One command to turn a fresh Fedora 43 or 44 install into a beautiful operating system.

Fedora desktop with Dash to Panel, ArcMenu, and Tiling Shell
curl -fsSL https://devmindscape.com/setup-gnome.sh | bash

Features:

  • Dash to Panel
  • ArcMenu
  • Tiling Shell
  • Rounded corners, transparency, dark mode
  • Sensible tiling defaults
View the script →

Psst… while you’re at it, you might want to enable hardware video decoding. Here’s how:

sudo dnf install -y \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld sudo dnf swap ffmpeg-free ffmpeg --allowerasing sudo dnf install -y intel-media-driver
Read the full article →