2 Commits
2 changed files with 4 additions and 1 deletions
+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 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 2. Adds RPM fusion & non-free repositories so you can install all the *good* stuff like codecs & drivers
3. Adds better Flatpak support 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 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 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 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 copr enable scottames/ghostty -y &> /dev/null
dnf install ghostty -y &> /dev/null dnf install ghostty -y &> /dev/null
#Add Fastfetch
dnf install fastfetch -y &> /dev/null
# Installing Tailscale # Installing Tailscale
curl -fsSL https://tailscale.com/install.sh | sh &> /dev/null curl -fsSL https://tailscale.com/install.sh | sh &> /dev/null