My Fedora Linux Setup

Im Currently running the Fedora 37 i3-spin on my T480 Thinkpad. I landed on Fedora after trying multiple different distros. I have tried many of the popular distros, Ubuntu, Debian, Manjaro, Acrh, Void. I used Debian the longest because the thing I value the most is that the distro just works. Then I started to have problems with Debian and moved to Fedora i3 spin.

Inspired by David Haras’s Gitlab repo.

Installation guide for Fedora.

The official intructions can be found here

Things to do after the installation.

Configuring DNF:

At /etc/dnf/dnf.conf you find the configuration file for DNF where we want to add the following lines.

Now update the system for changes to take place

Enabling RPM Fusion

RPM Fusion will add more packages to DNF that are free as well as nonfree. Such as proprietary drivers or media codecs.

To download 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

Additionally if you will be using a graphical package manager. Install appstream-data with sudo dnf groupupdate core

Congratulations now you have a well functioning Fedora system!

Below is a list of stuff that use the most on my computer.

Stuff I Use

Installing all of this

sudo dnf install ranger feh zathura zathura-pdf-mupdf neovim tlp lxappearance pcmanfam kitty xarchiver speedchrunch transmission-gtk firefox-esr i3-gaps arandr arc-theme pandoc texlive-scheme-basic gh git rofi


constructionguy

- Page under construction.