mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-21 20:15:01 +02:00
📝 docs(_avatar): add dev avatars
This commit is contained in:
100
README.md
100
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 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.
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="https://github.com/user-attachments/assets/01e5b94f-354d-4e9c-a894-af222d0b24cf" alt="Snigdha OS Arctic Logo" width="300">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
<img alt="Arch Linux Based" src="https://img.shields.io/badge/snigdha_os-based_on_archlinux-754ffe?style=for-the-badge&logo=archlinux&logoColor=92fe9d">
|
|
||||||
<img alt="MIT License" src="https://img.shields.io/badge/license-MIT-754ffe?style=for-the-badge&logo=book&logoColor=92fe9d">
|
|
||||||
<img alt="Release Date" src="https://img.shields.io/badge/release_date-31_December_2024-754ffe?style=for-the-badge">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
@@ -28,12 +18,14 @@ Snigdha OS Arctic V is the latest iteration of **Snigdha OS**, a lightweight, hi
|
|||||||
## 📦 Installation
|
## 📦 Installation
|
||||||
|
|
||||||
### Requirements:
|
### Requirements:
|
||||||
- **Processor:** 64-bit (x86_64 or ARM64)
|
|
||||||
|
- **Processor:** 64-bit (x86\_64 or ARM64)
|
||||||
- **RAM:** 2 GB (4 GB recommended)
|
- **RAM:** 2 GB (4 GB recommended)
|
||||||
- **Storage:** 20 GB free disk space
|
- **Storage:** 20 GB free disk space
|
||||||
- **Internet Connection:** Required for installation and updates
|
- **Internet Connection:** Required for installation and updates
|
||||||
|
|
||||||
### Steps:
|
### Steps:
|
||||||
|
|
||||||
1. Download the latest Snigdha OS Arctic V ISO from the [Releases](https://github.com/Snigdha-OS/snigdhaos-arctic/releases) page.
|
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).
|
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.
|
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
|
## 🖼️ Screenshots
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="https://github.com/user-attachments/assets/6e0dd722-3c29-4017-9c91-2714f0d4fccb/800x450?text=Screenshot+1" alt="Snigdha OS Gnome" width="400">
|
|
||||||
<!-- <img src="https://via.placeholder.com/800x450?text=Screenshot+2" alt="Screenshot 2" width="400"> -->
|
|
||||||
</p>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🛠️ Contributing
|
## 🛠️ Contributing
|
||||||
|
|
||||||
We welcome contributions from the community! Here's how you can get involved:
|
We welcome contributions from the community! Here's how you can get involved:
|
||||||
|
|
||||||
1. Fork the repository and clone it locally.
|
1. Fork the repository and clone it locally.
|
||||||
2. Create a branch for your feature or fix: `git checkout -b my-feature`.
|
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`.
|
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 |
|
### Setting Up the Environment:
|
||||||
|------------------|---------------------|--------------------------------------------------------------------------------------------------|
|
|
||||||
| **@eshanized** | Lead Developer | [GitHub](https://github.com/eshanized) • [Twitter](https://twitter.com/eshanized) |
|
- Ensure you have **Git**, **Archiso**, and **Python** installed on your system:
|
||||||
| **@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) |
|
```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 |  | [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) |
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🤝🏻 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.
|
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.
|
|
||||||
|
Reference in New Issue
Block a user