Added step to install FastFetch #10

Merged
Siim merged 1 commits from adding-fastfetch-install into main 2026-07-22 16:20:17 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit b8ce684431 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ Trust me bro.
1. Removes the fluff we never use anyway, such as Gnome maps, weather, calendar etc
2. Adds RPM fusion & non-free repositories so you can install all the *good* stuff like codecs & drivers
3. Adds better Flatpak support
4. Installs nifty tools: [Ghostty](https://ghostty.org/) & [Tailscale](https://tailscale.com/)
4. Installs nifty tools: [FastFetch](https://github.com/fastfetch-cli/fastfetch), [Ghostty](https://ghostty.org/) & [Tailscale](https://tailscale.com/)
5. Updates the firmware of your hardware
6. Creates the alias `upup` that updates everything installed via DNF & flatpak. Admit it, you wouldn't be here if you weren't a lazy bastard
7. Installs the drivers your GFX needs
+3
View File
@@ -22,6 +22,9 @@ dnf install -y https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-re
dnf copr enable scottames/ghostty -y &> /dev/null
dnf install ghostty -y &> /dev/null
#Add Fastfetch
dnf install fastfetch -y &> /dev/null
# Installing Tailscale
curl -fsSL https://tailscale.com/install.sh | sh &> /dev/null