Skip to content
/ fqs Public

Fedora Quick Start script - Finish your post installation steps with ease.

License

Notifications You must be signed in to change notification settings

vil/fqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fqs

Fedora Quick Start, a script to finish your post-installation steps easily.

Steps the script does:

  1. Updates and upgrades the system.
  2. Enables RPM Fusion repositories for additional software.
  3. Enables Flathub repositories for flatpak packages.
  4. Configures dnf to speed up package management.
  5. Installs Nvidia drivers if an Nvidia GPU is detected.
  6. Patches bluetooth and keyboard settings.
  7. Installs a list of user-specified software.
  8. Sets up zsh shell with oh-my-zsh.

all steps require user confirmation, so you can choose yourself what to do.

Run

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.

Installation

  1. Clone the repository git clone https://github.com/vil/fqs.git && cd fqs
  2. Make the script runnable chmod +x fqs
  3. Run the script ./fqs

Contributing

If you are a Fedora user and want to improve this, just feel free to open up a pull request :)


License

This source code is under the GNU General Public License, version 3.

Releases

No releases published

Packages

No packages published

Languages