Fedora Quick Start, a script to finish your post-installation steps easily.
Steps the script does:
- Updates and upgrades the system.
- Enables RPM Fusion repositories for additional software.
- Enables Flathub repositories for flatpak packages.
- Configures dnf to speed up package management.
- Installs Nvidia drivers if an Nvidia GPU is detected.
- Patches bluetooth and keyboard settings.
- Installs a list of user-specified software.
- Sets up zsh shell with oh-my-zsh.
all steps require user confirmation, so you can choose yourself what to do.
You can run this script simply with one line without installing anything:
sh -c "$(curl -sS https://raw.githubusercontent.com/vil/fqs/master/fqs)"
Or you can follow the installation steps below.
- Clone the repository
git clone https://github.com/vil/fqs.git && cd fqs
- Make the script runnable
chmod +x fqs
- Run the script
./fqs
If you are a Fedora user and want to improve this, just feel free to open up a pull request :)
This source code is under the GNU General Public License, version 3.