https://github.com/pervoj/fedoraconfig
Mirror of https://gitlab.com/pervoj/fedoraconfig
https://github.com/pervoj/fedoraconfig
beginner beginner-friendly beginners beginners-friendly config fedora fedora-scripts linux newcomer newcomers
Last synced: about 1 month ago
JSON representation
Mirror of https://gitlab.com/pervoj/fedoraconfig
- Host: GitHub
- URL: https://github.com/pervoj/fedoraconfig
- Owner: pervoj
- License: gpl-3.0
- Created: 2022-06-22T10:37:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T10:24:42.000Z (over 2 years ago)
- Last Synced: 2023-03-06T17:47:26.722Z (about 2 years ago)
- Topics: beginner, beginner-friendly, beginners, beginners-friendly, config, fedora, fedora-scripts, linux, newcomer, newcomers
- Language: Python
- Homepage: https://gitlab.com/pervoj/fedoraconfig
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora Config Script
This program targets mainly new Linux users. When you first install your Linux distribution, you then also need to configure it. The configuration can include adding repositories, changing some config files, etc. That can be really difficult for absolute beginner.
This script will guide you through the whole configuration process on Fedora to make the system convenient for you. Every change is optional to make the configuration suit everyone.
The script currently supports following Fedora releases:
- Fedora 36
- Fedora 37You can run the script with this one single command:
```sh
wget -qO /tmp/fedoraconfigscript.sh https://gitlab.com/pervoj/fedoraconfig/-/raw/v1.0.0/fedoraconfig.sh && bash /tmp/fedoraconfigscript.sh
```