A Fedora-focused automation tool for streamlined system setup.
Simplify package installation, and utility setup with a single script.
- Extension Manager
- Bazaar
- Mission Center
- Font Manager
- Visual Studio Code
- Lutris (gaming platform)
- Heroic Games Launcher
- Yaru Sound Theme
- mc (Midnight Commander)
- htop
- Alacritty
- FastFetch
- Gnome-Tweaks
- Gnome-Firmware
- Steam
- gcc
- make
- Fresh Fedora Linux installation (tested on Fedora 38+),
- Active internet connection (for package downloads),
- Root privileges (
sudoaccess).
Note: Designed for fresh installs but can be used on existing ones too.
-
Clone the repository:
git clone https://github.com/thorvatek/linux-helper.git cd linux-helper -
Make the script executable:
chmod +x install-packages.sh
-
Run the setup script:
sudo ./install-packages.sh
-
Reboot your system to apply changes:
sudo reboot
This project is licensed under MIT β see the LICENSE file for details.
Inspired by Crucible, this project was built independently to deepen my understanding of Linux system automation. All credit for the original idea goes to the Crucible authors.