diff --git a/README.md b/README.md index f96617c..a4b78a2 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,6 @@ Snigdha OS Arctic V is the latest iteration of **Snigdha OS**, a lightweight, highly customizable Linux distribution based on Arch Linux and the Linux Zen Kernel. This edition emphasizes a modern, smooth, and user-centric experience for everyday use and penetration testing. -

- Snigdha OS Arctic Logo -

- -
- Arch Linux Based - MIT License - Release Date -
- --- ## ✨ Features @@ -28,12 +18,14 @@ Snigdha OS Arctic V is the latest iteration of **Snigdha OS**, a lightweight, hi ## 📦 Installation ### Requirements: -- **Processor:** 64-bit (x86_64 or ARM64) + +- **Processor:** 64-bit (x86\_64 or ARM64) - **RAM:** 2 GB (4 GB recommended) - **Storage:** 20 GB free disk space - **Internet Connection:** Required for installation and updates ### Steps: + 1. Download the latest Snigdha OS Arctic V ISO from the [Releases](https://github.com/Snigdha-OS/snigdhaos-arctic/releases) page. 2. Create a bootable USB drive using tools like **Rufus**, **Etcher**, or `dd` (Linux). 3. Boot from the USB and follow the guided installation process. @@ -44,16 +36,12 @@ For detailed instructions, refer to the [Installation Guide](https://github.com/ ## 🖼️ Screenshots -

- Snigdha OS Gnome - -

- --- ## 🛠️ Contributing We welcome contributions from the community! Here's how you can get involved: + 1. Fork the repository and clone it locally. 2. Create a branch for your feature or fix: `git checkout -b my-feature`. 3. Commit your changes and push them: `git push origin my-feature`. @@ -63,13 +51,67 @@ For more details, see our [Contributing Guidelines](https://github.com/Snigdha-O --- -## 🧑‍💻 Developers +## 🤖 Development Workflow -| Developer | Role | Social Links | -|------------------|---------------------|--------------------------------------------------------------------------------------------------| -| **@eshanized** | Lead Developer | [GitHub](https://github.com/eshanized) • [Twitter](https://twitter.com/eshanized) | -| **@alokified** | Web Infrastructure | [GitHub](https://github.com/alokified) • [Twitter](https://twitter.com/alokified) | -| **@utkrshift** | WM/DM Developer | [GitHub](https://github.com/utkrshift) • [LinkedIn](https://linkedin.com/in/utkrshift) | +### Setting Up the Environment: + +- Ensure you have **Git**, **Archiso**, and **Python** installed on your system: + +```bash +sudo pacman -S git archiso python +``` + +### Building the ISO: + +1. Clone the repository: + +```bash +git clone https://github.com/Snigdha-OS/snigdhaos-arctic.git +cd snigdhaos-arctic +``` + +2. Customize your build by modifying files in these directories: + + - `configs/`: Adjust system settings. + - `themes/`: Tweak or add themes. + - `packages/`: Modify the package list to suit your needs. + +3. Build the ISO: + +```bash +sudo ./scripts/build-iso.sh +``` + +4. Test the build using a virtual machine or a bootable USB drive. + +--- + +## 🤝 Community & Support + +Join our growing community to share ideas, report issues, or contribute to the development of SnigdhaOS-Arctic! + +- **Issues:** Found a bug or have a suggestion? [Create an issue](https://github.com/Snigdha-OS/snigdhaos-arctic/issues). +- **Pull Requests:** Want to contribute? Submit a PR with your changes! +- **Discussions:** Join the conversation on [GitHub Discussions](https://github.com/Snigdha-OS/snigdhaos-arctic/discussions). + +Stay updated by following us on: + +- **[Bluesky](https://bsky.app/@snigdhaos.org)** +- **[Twitter](https://twitter.com/snigdha_os)** + +--- + +## 🤝🏻 Developers +| Developer | Role | Profile Picture | Social Links | +| -------------- | ------------------ | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | +| **@eshanized** | Lead Developer | ![Eshanized](https://avatars.githubusercontent.com/u/148610067?v=4) | [GitHub](https://github.com/eshanized) • [Twitter](https://twitter.com/eshanized) | +| **@alokified** | Web Infrastructure | ![Alokified](https://avatars.githubusercontent.com/u/ID?s=100) | [GitHub](https://github.com/alokified) • [Twitter](https://twitter.com/alokified) | +| **@utkrshift** | WM/DM Developer | ![Utkrshift](https://avatars.githubusercontent.com/u/ID?s=100) | [GitHub](https://github.com/utkrshift) • [LinkedIn](https://linkedin.com/in/utkrshift) | +--- + +## 🤝🏻 Acknowledgments + +Special thanks to **Tonmoy Infrastructure** and **IXH International Co.** for sponsoring this project and making it possible. Additional gratitude to our contributors and users for shaping Snigdha OS Arctic V into a community-driven, innovative platform. --- @@ -77,17 +119,3 @@ For more details, see our [Contributing Guidelines](https://github.com/Snigdha-O This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details. ---- - -## 🚀 Stay Updated - -Follow us on: -- **[Bluesky](https://bsky.app/@snigdhaos.org)** -- **[Twitter](https://twitter.com/snigdha_os)** -- **[GitHub Discussions](https://github.com/Snigdha-OS/snigdhaos-arctic/discussions)** - ---- - -## 🌟 Acknowledgments - -Special thanks to **Tonmoy Infrastructure** and **IXH International Co.** for sponsoring this project and making it possible.