From b8ce68443136616c90c1355a636be1ac94d7b7bf Mon Sep 17 00:00:00 2001 From: Siim Date: Wed, 22 Jul 2026 16:19:02 +0200 Subject: [PATCH] Added step to install FastFetch --- README.md | 2 +- fedora_post_install.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e5386..b978bbb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fedora_post_install.sh b/fedora_post_install.sh index f8881f6..628c5a4 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -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 -- 2.47.3