{"id":26711443,"url":"https://github.com/starfield17/auto_init_bash_script_for_fedora","last_synced_at":"2026-04-30T00:33:21.019Z","repository":{"id":259017853,"uuid":"862960286","full_name":"starfield17/auto_init_bash_script_for_fedora","owner":"starfield17","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-30T06:41:16.000Z","size":120679,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T17:53:43.459Z","etag":null,"topics":["bash"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starfield17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-25T13:32:36.000Z","updated_at":"2025-12-30T06:41:20.000Z","dependencies_parsed_at":"2025-05-01T14:37:42.683Z","dependency_job_id":null,"html_url":"https://github.com/starfield17/auto_init_bash_script_for_fedora","commit_stats":null,"previous_names":["zypressen-and-osprey/auto_init_bash_script_for_fedora","czypressen/auto_init_bash_script_for_fedora","starfield17/auto_init_bash_script_for_fedora"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/starfield17/auto_init_bash_script_for_fedora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starfield17%2Fauto_init_bash_script_for_fedora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starfield17%2Fauto_init_bash_script_for_fedora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starfield17%2Fauto_init_bash_script_for_fedora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starfield17%2Fauto_init_bash_script_for_fedora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starfield17","download_url":"https://codeload.github.com/starfield17/auto_init_bash_script_for_fedora/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starfield17%2Fauto_init_bash_script_for_fedora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32449911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash"],"created_at":"2025-03-27T10:28:33.978Z","updated_at":"2026-04-30T00:33:21.014Z","avatar_url":"https://github.com/starfield17.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Initialization Bash Script for Fedora/RHEL-based Systems\n\n## Overview\nThis script provides an automated setup tool for RedHat-based Linux distributions (Fedora, Rocky Linux, AlmaLinux, Oracle Linux). It handles everything from system initialization to development tools, GUI applications, and other useful software in a single execution.\n\n## Prerequisites\n- Root privileges\n- One of the following Linux distributions:\n  - Fedora\n  - Rocky Linux\n  - AlmaLinux\n  - Oracle Linux\n- Active internet connection\n\n## Key Features\n- Optimizes system package manager (DNF)\n- Changes repositories to domestic mirrors\n- Adds RPM Fusion and EPEL repositories\n- Installs essential development tools\n- Installs system management utilities\n- Optional GUI application installation\n- Flatpak setup and application installation\n\n## Main Packages Installed\n\n### Core Packages\n- gcc, gdb (development tools)\n- fish (modern shell)\n- neovim, vim, helix (text editors)\n- tmux, byobu (terminal multiplexers)\n- htop, btop (system monitors)\n- fastfetch, neofetch (system information tools)\n- ranger (file manager)\n- hardinfo2 (hardware information)\n\n### Server Management Tools (Rocky Linux/AlmaLinux/Oracle Linux)\n- Cockpit-related packages\n  - Web-based system management\n  - Default port: 9090\n\n### Optional Packages\n- GUI applications: putty, remmina, bleachbit\n- Flatpak applications: PeaZip, rnote\n\n## Usage Instructions\n\n1. Download the script:\n```bash\nwget https://[script_URL]/R_INSTALL.sh\n```\n\n2. Make it executable:\n```bash\nchmod +x R_INSTALL.sh\n```\n\n3. Run with root privileges:\n```bash\nsudo ./R_INSTALL.sh\n```\n\n## Interactive Installation Options\n- Install GUI packages (Y/N)\n- Install Flatpak and tools (Y/N)\n\n## System Configuration Changes\n- Default locale: en_US.UTF-8\n- DNF optimizations:\n  - Fastest mirror selection\n  - Parallel downloads enabled\n  - Cache preservation\n  - Default \"Yes\" for installations\n\n## Important Notes\n- Internet connection required during installation\n- System updates and package installations may take time\n- Some features may not be available on all distributions\n- System backup is recommended before installation\n\n## Troubleshooting\nErrors will display:\n- Line number where error occurred\n- Command being executed\n\nIf issues persist, verify:\n1. Script is running with root privileges\n2. Internet connection is stable\n3. System is a supported distribution\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarfield17%2Fauto_init_bash_script_for_fedora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarfield17%2Fauto_init_bash_script_for_fedora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarfield17%2Fauto_init_bash_script_for_fedora/lists"}