mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-22 23:14:56 +02:00
🚀 feat(_): v2.1
This commit is contained in:
110
README.md
110
README.md
@@ -1,19 +1,97 @@
|
||||
<h1 align="center" id="title">SNIGDHA OS WELCOME</h1>
|
||||
# Snigdha OS Welcome
|
||||
|
||||
>You must follow the commit types with commitizen.
|
||||
The **Snigdha OS Welcome** application is your first step into the world of **Snigdha OS**. It provides a smooth onboarding experience, introducing users to key features and settings while guiding them through the initial setup of their new **Snigdha OS** installation.
|
||||
|
||||
## Commit types
|
||||
## Features 🌟
|
||||
|
||||
| Commit Type | Title | Description | Emoji |
|
||||
| ----------- | ------------------------ | ----------------------------------------------------------------------------------------------------------- |:------:|
|
||||
| `feat` | Features | A new feature | ✨ |
|
||||
| `fix` | Bug Fixes | A bug Fix | 🐛 |
|
||||
| `docs` | Documentation | Documentation only changes | 📚 |
|
||||
| `style` | Styles | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | 💎 |
|
||||
| `refactor` | Code Refactoring | A code change that neither fixes a bug nor adds a feature | 📦 |
|
||||
| `perf` | Performance Improvements | A code change that improves performance | 🚀 |
|
||||
| `test` | Tests | Adding missing tests or correcting existing tests | 🚨 |
|
||||
| `build` | Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) | 🛠 |
|
||||
| `ci` | Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) | ⚙️ |
|
||||
| `chore` | Chores | Other changes that don't modify src or test files | ♻️ |
|
||||
| `revert` | Reverts | Reverts a previous commit | 🗑 |
|
||||
- **Interactive Onboarding**: A guided walkthrough that introduces Snigdha OS features and customization options. 🚶♂️
|
||||
- **Quick Setup**: Configure essential system settings for a smooth start. ⚙️
|
||||
- **Snigdha OS Customization**: Easily apply customizations, themes, and configurations. 🎨
|
||||
- **Useful Links**: Direct access to documentation, community channels, and resources. 📚
|
||||
- **System Information**: Displays system info and hardware details for user reference. 🖥️
|
||||
|
||||
## Installation 🛠️
|
||||
|
||||
To install **Snigdha OS Welcome**, follow these steps:
|
||||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/Snigdha-OS/snigdhaos-welcome.git
|
||||
```
|
||||
|
||||
2. Navigate to the directory:
|
||||
```bash
|
||||
cd snigdhaos-welcome
|
||||
```
|
||||
|
||||
3. Install the required dependencies:
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
This will install all the necessary Python packages.
|
||||
|
||||
## Usage 🚀
|
||||
|
||||
Once installed, you can launch **Snigdha OS Welcome** by running:
|
||||
|
||||
```bash
|
||||
python3 snigdhaos_welcome.py
|
||||
```
|
||||
|
||||
The welcome window will guide you through essential steps, such as:
|
||||
|
||||
- Choosing your preferred desktop settings 🖥️
|
||||
- Enabling additional features 🔧
|
||||
- Accessing documentation and community support 📑
|
||||
|
||||
## Customization 🎛️
|
||||
|
||||
You can easily configure **Snigdha OS Welcome** by editing the configuration files located in:
|
||||
|
||||
```bash
|
||||
~/.config/snigdhaos-welcome/
|
||||
```
|
||||
|
||||
## Developers 👨💻
|
||||
|
||||
- **d3v1l0n**: Primary developer and maintainer of Snigdha OS Welcome.
|
||||
- **Snigdha OS Team**: Contributions to development, design, and testing.
|
||||
|
||||
## Contributing 🤝
|
||||
|
||||
We welcome contributions to improve **Snigdha OS Welcome**. To contribute:
|
||||
|
||||
1. Fork the repository.
|
||||
2. Create a feature branch:
|
||||
```bash
|
||||
git checkout -b feature/your-feature
|
||||
```
|
||||
3. Commit your changes:
|
||||
```bash
|
||||
git commit -m "Add your feature description"
|
||||
```
|
||||
4. Push your branch:
|
||||
```bash
|
||||
git push origin feature/your-feature
|
||||
```
|
||||
5. Create a Pull Request.
|
||||
|
||||
## License 📜
|
||||
|
||||
This project is licensed under the [MIT License](LICENSE).
|
||||
|
||||
## Credits 🎉
|
||||
|
||||
- **Snigdha OS Team** for their dedication to creating a superior Linux experience. 🌍
|
||||
- Powered by **[TONMOY INFRASTRUCTURE](https://www.tonmoy.com)**. 🏗️
|
||||
|
||||
## Feedback and Support 📬
|
||||
|
||||
If you encounter issues or have suggestions for improvement, please open an [issue](https://github.com/Snigdha-OS/snigdhaos-welcome/issues) or contact us through our [community channels](https://forum.snigdhaos.org/).
|
||||
|
||||
|
||||
|
||||
<p align="center">
|
||||
<b>Snigdha OS - Your Gateway to a Minimal and Powerful Linux Experience</b> 🚪💻
|
||||
</p>
|
Reference in New Issue
Block a user