Skip to content

This script dynamically and automatically sets up a brand new Fedora 41 install to be compliant within the boundaries that I wanted. It's also modular and individual functions can be toggled at the top!

License

Notifications You must be signed in to change notification settings

linuxmunchies/Fedorox-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“œ README.md

ko-fi

# Fedorox

Fedorox is a shell script designed to automate Fedora Linux setup and configuration. It includes software installation, system optimizations, and other enhancements to streamline system setup.

## πŸš€ Features
- Automated package installation
- System configuration tweaks
- Support for CIFS (Windows file sharing)
- Secure credential handling (ensure you do not expose sensitive information!)

## πŸ“¦ Installation & Usage
1. Clone this repository:
   ```bash
   git clone https://github.com/linuxmunchies/Fedorox.git
   cd Fedorox
  1. Make the script executable:
    chmod +x fedorox_v1.sh
  2. Run the script:
    ./fedorox_v1.sh

⚠️ Security Considerations

  • Store credentials securely and separately from the script, to avoid accidentally committing them to GitHub.

πŸ“œ License

This project is licensed under the MIT License. See LICENSE for details.


---

### πŸ“œ MIT License File (`LICENSE`)  

```md
MIT License

Copyright (c) 2025

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

This script dynamically and automatically sets up a brand new Fedora 41 install to be compliant within the boundaries that I wanted. It's also modular and individual functions can be toggled at the top!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages