2024-12-01 21:39:27 +05:30
2024-12-01 10:50:21 +05:30
2024-12-01 10:39:42 +05:30
2024-12-01 12:52:25 +05:30
2024-12-01 10:23:05 +05:30
2024-12-01 10:23:05 +05:30
2024-12-01 21:39:27 +05:30

Snigdha OS | Win-Kex

Credit:

I have adopted this code for Snigdha OS WSL

Snigdha OS WSL Distribution 🌐

Welcome to the Snigdha OS WSL repository! This project provides the tools and configuration needed to build and distribute Snigdha OS for the Windows Subsystem for Linux (WSL).

📖 What is Snigdha OS WSL?

Snigdha OS WSL enables users to run Snigdha OS seamlessly within Windows using WSL. With this, you can enjoy the power of Snigdha OS without leaving the comfort of your Windows environment.

🚀 Features

  • Lightweight and Fast: Enjoy the efficiency of Snigdha OS on your Windows system.
  • Customizable: Modify and enhance the WSL distribution to fit your needs.
  • Seamless Integration: Access Snigdha OS utilities alongside Windows tools.

📂 Repository Structure

  • scripts/
    Contains scripts to automate the build and configuration process.

  • config/
    Configuration files for the WSL environment.

  • dist/
    Generated WSL files and distributions.

  • docs/
    Documentation and guides related to Snigdha OS WSL.

🔧 How to Use

1. Clone the Repository

git clone https://github.com/snigdha-os/snigdhaos-wsl.git
cd snigdhaos-wsl

2. Build the WSL Distribution

Run the build script to create the WSL root filesystem:

bash scripts/build.sh

This will generate a .tar.gz file in the dist/ directory.

3. Import into WSL

Use the following command to import Snigdha OS into WSL:

wsl --import SnigdhaOS <install-location> dist/snigdhaos-wsl.tar.gz

Example:

wsl --import SnigdhaOS "C:\WSL\SnigdhaOS" dist/snigdhaos-wsl.tar.gz

4. Launch Snigdha OS in WSL

Start Snigdha OS by running:

wsl -d SnigdhaOS

🤝 Contributing

We welcome contributions from the community! To get started:

  1. Fork the repository.
  2. Create a feature branch.
  3. Submit a pull request with your changes.

Please read our CONTRIBUTING.md for detailed guidelines.

🛠️ Issues

Found a bug or have a feature request? Open an issue here.

📄 License

This project is licensed under the MIT License.

🌟 Join the Community

Thank you for choosing Snigdha OS for WSL! 🐧

Description
💻 The Snigdha OS WSL repository provides the necessary tools and configurations to run Snigdha OS on Windows Subsystem for Linux (WSL). It offers an easy way to experience Snigdha OS within a Windows environment, with optimized setups for seamless integration and performance.
Readme 58 MiB
Languages
Shell 96%
Makefile 2.6%
M4 1.4%