This is a Bash script that can help you quickly set up your Fedora system after a format. It installs some commonly used applications and tools, and updates the system. This script can save you a lot of time and effort in getting your system up and running again.
The script is intended to be run on a Fedora-based system.
curl -L https://bit.ly/fedorasetup | sudo bashThe script installs the following :
- Update dnf.conf for faster downloads and updates
- Update the system using dnf
- Enable RPM Fusion repositories
- Install Flatpaks
- Install Media Codecs
- Install Visual Studio Code
- Install Discord and create an alias to update it
- Install Snap (Optional)
- Install the latest update of Firefox and create a desktop shortcut (Optional)
- Install Chrome (Optional)
- Install NodeJS (Optional)
- Install Docker (Optional)
- Set up Flutter environment (Optional)