https://github.com/vil/fqs
Fedora Quick Start script - Finish your post installation steps with ease.
https://github.com/vil/fqs
bash fedora fedora-linux fedora-workstation linux post-installation redhat script shell
Last synced: about 1 month ago
JSON representation
Fedora Quick Start script - Finish your post installation steps with ease.
- Host: GitHub
- URL: https://github.com/vil/fqs
- Owner: vil
- License: gpl-3.0
- Created: 2024-01-29T15:35:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-25T11:51:07.000Z (12 months ago)
- Last Synced: 2025-03-30T09:22:43.487Z (6 months ago)
- Topics: bash, fedora, fedora-linux, fedora-workstation, linux, post-installation, redhat, script, shell
- Language: Shell
- Homepage:
- Size: 202 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.](https://www.gnu.org/licenses/gpl-3.0.txt)