- Make DNF faster by adding these lines in
/etc/dnf/dnf.conf
# DNF config
fastestmirror=True
max_parallel_downloads=10
defaultyes=True
keepcache=True
- Update your system
sudo dnf update
- Enable RPM Fusion
sudo dnf install 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
- Switch to full ffmpeg
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
- Enable Flatpaks
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- Install media plugins
sudo dnf group install Multimedia
- Enable video thumbnails
sudo dnf install ffmpegthumbnailer
- Enable HEIC image support
sudo dnf install heif-pixbuf-loader
sudo dnf install libheif-freeworld
- Change Hostname of the machine
sudo hostnamectl set-hostname "New_Custom_Name"
- Make fonts look better
Follow this guide under fonts documentation and this guide as well.