Compare commits
3
Commits
b7afa08085
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5601e5ad6b | ||
|
|
b8ce684431 | ||
|
|
dae970f9ba |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user