{"id":15059204,"url":"https://github.com/peotr26/fedora-scripts","last_synced_at":"2025-08-26T15:04:54.568Z","repository":{"id":44426130,"uuid":"482259743","full_name":"peotr26/Fedora-Scripts","owner":"peotr26","description":"A group of scripts for Fedora","archived":false,"fork":false,"pushed_at":"2023-04-15T15:39:25.000Z","size":121,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:45:22.927Z","etag":null,"topics":["fedora","fedora-desktop","fedora-scripts","fedora-workstation","linux-desktop"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peotr26.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-04-16T13:21:25.000Z","updated_at":"2024-08-27T23:24:01.000Z","dependencies_parsed_at":"2024-01-19T09:48:46.678Z","dependency_job_id":null,"html_url":"https://github.com/peotr26/Fedora-Scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peotr26%2FFedora-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peotr26%2FFedora-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peotr26%2FFedora-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peotr26%2FFedora-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peotr26","download_url":"https://codeload.github.com/peotr26/Fedora-Scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161712,"owners_count":21057639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fedora","fedora-desktop","fedora-scripts","fedora-workstation","linux-desktop"],"created_at":"2024-09-24T22:39:09.816Z","updated_at":"2025-04-10T05:23:12.184Z","avatar_url":"https://github.com/peotr26.png","language":"Shell","readme":"# Fedora-Scripts \n\n**A group of scripts for Fedora**\n\n*I recommand checking the script before executing them so you can see what it will do. It is the nice thing with FOSS.*\n\n## DNF_boost\n\nA script that boost DNF and help enabling certain features of DNF.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/DNF_boost.sh  \nsudo bash DNF_boost.sh\n```\n\n## MS_fonts_fedora\n\nA script that install the major Microsoft fonts such as Times New Roman or Arial.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/MS_fonts_fedora.sh  \nsudo bash MS_fonts_fedora.sh\n```\n\n## Github_desktop\n\nA script that install the Github desktop software on Fedora.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Github_desktop.sh  \nbash Github_desktop.sh\n```\n\n## ZSH_setup\n\nA script that setup my ZSH config.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/ZSH_setup.sh  \nbash ZSH_setup.sh\n```\n\n## DaVinci-Resove_installer.sh\n\nA script that will install DaVinci Resolve.\n\nDuring the process of the script you will be asked if you want to be redirected to Black Magic Design website to download the ZIP file due to the fact that they don't give access to a long-term link to download the ZIP file.\n\nIn the ressources folder, there is a the `kwin` rule file that you can use to fix the bug in `kwin`\n\n### Instructionss\n\nGo into your download folder, or the folder in which you download your files :\n```bash\ncd ~/Downloads #Or downloads in your language (eg: Téléchargements)\n```\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/DaVinci-Resolve_installer.sh  \nbash DaVinci-Resolve_installer.sh\n```\n\n## Numworks_driver\n\nA script that will download and install the driver for the Numworks calculator.\n\nIt will also install Chromium which is necessary to interact with the calculator.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Numworks_driver.sh  \nbash Numworks_driver.sh\n```\n\n## Nvtop_fedora\n\nA script that install the binary of `nvtop`, a monitoring tool for AMD and Nvidia gpus inspired by `htop`.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Nvtop_fedora.sh\nbash Nvtop_fedora.sh\n```\n\n## Slippi\n\nA script that will install the Slippi AppImage system-wide. This script should normally run on any Linux distro that support AppImages.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Slippi.sh\nbash Slippi.sh\n```\n\n## Software_install\n\nA script that will install a set of application from the rpm repos and flatpak repos.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Software_install.sh\nbash Software_install.sh\n```\n\n## VSCodium\n\nA script that will install VSCodium and all the extensions I use.\n\n### Instructionss\n\n```\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/VSCodium.sh\nbash VSCodium.sh\n```\n\n## Homebrew_fedora\n\nA script that will install Homebrew on Fedora.\n\n### Instructions\n\n```\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Homebrew_fedora.sh\nbash Homebrew_fedora.sh\n```\n\n## Nix_fedora\n\nA script that will install the Nix package manager on Fedora. The script gives the option to choose between multi-user and single user install, for more info refer to the [NixOS documentation](https://nixos.org/download.html).\n\n### Instructions\n\n```\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Nix_fedora.sh\nbash Nix_fedora.sh\n```\n\n## ProtonVPN\n\nA script that will install the ProtonVPN application as well as setting up the ProtonVPN repo and the AppIndicator extension on GNOME which is recommanded.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/ProtonVPN.sh\nbash ProtonVPN.sh\n```\n\n## CMU_fedora\n\nA script that will install the suite of Computer Modern Unicode fonts, notably used by LaTeX. This script is based on yarwelp's [work](https://gist.github.com/yarwelp/392aa0daf6448eb6b05e).\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/CMU_fedora.sh\nbash CMU_fedora.sh\n```\n## Auto-CPUFreq\n\nA script that is going to install or uninstall `auto-cpufreq`.\n\n### Instructions\n\n```bash\nwget https://raw.githubusercontent.com/peotr26/Fedora-Scripts/main/Scripts/Auto-CPUFreq.sh\nbash Auto-CPUFreq.sh\n```\n\n## PWA_firefox (Deprecated)\n\nA script that will install everything to setup Progressive Web Apps in Firefox.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeotr26%2Ffedora-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeotr26%2Ffedora-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeotr26%2Ffedora-scripts/lists"}