A simple script to quickly install common development tools on Fedora.
git clone https://github.com/abdul-kasif/dev-env.git
cd dev-env/
chmod +x dev-run./dev-run --listDisplays all available applications that can be installed.
./dev-run <application_name>Example:
./dev-run docker./dev-runRuns all installation scripts inside the run/ directory.
./dev-run --helpShows the help menu with available commands.
- Each application installer is stored inside the
run/directory. - Scripts inside
run/are executed directly bydev-run. - The system packages are updated automatically before installation.