mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-05 20:26:40 +02:00
2b8226cee0be9be7c9154b973c79c1ea3c152216
Snigdha OS Default ISO
Welcome to the official repository for the Snigdha OS Default ISO! This repository hosts the configurations and scripts used to build the default ISO image of Snigdha OS, a lightweight and highly customizable Linux distribution built on Arch Linux with the Linux Zen Kernel.
About Snigdha OS
Snigdha OS emphasizes:
- Minimalism: A lightweight design tailored for performance.
- Customizability: A highly flexible environment that adapts to user preferences.
- User-centric design: An intuitive experience for both general users and professionals.
The default ISO provides a robust starting point for exploring the Snigdha OS ecosystem.
Features
- Zen Kernel: Optimized for low-latency performance.
- Arch-based Minimalism: Retains the power of Arch Linux while reducing bloat.
- Pre-configured Environment: Comes with essential tools to get started.
- Custom Scripts: Automates setup and configuration for ease of use.
Repository Structure
├── configs/ # Configuration files for ISO creation
├── scripts/ # Custom scripts used in the build process
├── assets/ # Logos and branding materials
├── docs/ # Documentation for contributors and users
└── README.md # This file
Getting Started
Prerequisites
To build the ISO, ensure you have the following installed:
archiso
: Arch Linux's official tool for creating ISOs.- Basic Linux command-line knowledge.
Building the ISO
- Clone the repository:
git clone https://github.com/Snigdha-OS/snigdhaos-default-iso.git cd snigdhaos-default-iso
- Run the build script:
./scripts/build.sh
- Your ISO will be available in the
output/
directory.
Installation
Once you have the ISO:
- Boot into the live environment.
- Follow the installation guide.
Contributing
We welcome contributions from the community! To contribute:
- Fork this repository.
- Create a branch for your feature or bugfix.
- Submit a pull request with detailed information about your changes.
For more details, refer to the CONTRIBUTING.md file.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Stay Connected
- 🌐 Website: snigdha-os.github.io
- 🐦 Twitter: @SnigdhaOS
- 💬 Discord: Snigdha OS Community
🚀 Snigdha OS - Redefining lightweight Linux distributions!
Description
📀 This repository contains the configurations and scripts to build the default ISO for Snigdha OS. It provides a minimal, customizable, and high-performance installation medium, tailored to the Snigdha OS ecosystem. Ideal for developers and users, it streamlines the process of creating and distributing Snigdha OS installations.
Languages
Shell
100%