Compare commits
5
Commits
dae970f9ba
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e44cd3f31e | ||
|
|
d2149b93a8 | ||
|
|
d82a49d9e3 | ||
|
|
5601e5ad6b | ||
|
|
b8ce684431 |
@@ -1,6 +1,6 @@
|
|||||||
# Fedora-post-install-script
|
# Fedora-post-install-script
|
||||||
|
|
||||||
Just a faster way to speedrun the good parts of [this guide](https://github.com/wz790/Fedora-Noble-Setup?tab=readme-ov-file). Automatically detects AMD, Intel & Nvidia GFX and installs the appropriate drivers
|
Just a faster way to speedrun the good parts of [this guide](https://github.com/wz790/Fedora-Noble-Setup?tab=readme-ov-file), with some extra pizzaz thrown in. Automatically detects AMD, Intel & Nvidia GFX and installs the appropriate drivers
|
||||||
|
|
||||||
### YOLO Speedrun this
|
### YOLO Speedrun this
|
||||||
Are you a busy professional with no time to waste or just a lazy bugger who trusts everything on the Internet? Can't be bothered to save the script manually, make it executable and run it? Don't worry, I've got you covered. Simply copy and paste the following command into your console:
|
Are you a busy professional with no time to waste or just a lazy bugger who trusts everything on the Internet? Can't be bothered to save the script manually, make it executable and run it? Don't worry, I've got you covered. Simply copy and paste the following command into your console:
|
||||||
@@ -14,9 +14,9 @@ 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 command 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
|
||||||
8. Installs video codecs
|
8. Installs video codecs
|
||||||
9. Adds support for bluetooth auto-switching, headphone profile to headset profile and vice versa. If you use your computer for Teams/Meet/Zoom calls, you want this.
|
9. Adds support for bluetooth auto-switching, headphone profile to headset profile and vice versa. If you use your computer for Teams/Meet/Zoom calls, you want this.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -96,7 +99,7 @@ sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf
|
|||||||
|
|
||||||
###Adding the update alias
|
###Adding the update alias
|
||||||
echo "Now you can just use the command 'upup' to update everything."
|
echo "Now you can just use the command 'upup' to update everything."
|
||||||
"alias upup='sudo dnf update --refresh -y && flatpak update -y'" >> $HOME/.bashrc
|
"alias upup='sudo dnf update --refresh -y && sudo flatpak update -y'" >> $HOME/.bashrc
|
||||||
|
|
||||||
###Archive support
|
###Archive support
|
||||||
echo "Installing archive support"
|
echo "Installing archive support"
|
||||||
|
|||||||
Reference in New Issue
Block a user