📝 docs(_new): update repo config

This commit is contained in:
Eshan Roy
2024-12-13 13:36:04 +05:30
parent f7a4ae9f17
commit 7569691c2b
2 changed files with 141 additions and 25 deletions

View File

@@ -1 +1,56 @@
# snigdhaos-gnome-config
# Snigdha OS GNOME Config
This repository contains the configuration files for GNOME, specifically tailored for Snigdha OS. It includes custom GNOME settings, themes, extensions, and other optimizations to provide a smooth and user-friendly experience on Snigdha OS.
## Features
- **Custom GNOME Theme**: A sleek, modern theme designed for a visually appealing user interface.
- **Optimized Settings**: Pre-configured settings to improve performance and usability, customized for the Snigdha OS environment.
- **Extensions**: A collection of GNOME Shell extensions to enhance functionality and streamline workflow.
- **Customization**: Easily customizable settings to allow users to tweak the desktop environment to their preferences.
## Installation
To install the custom GNOME configurations from this repository, follow these steps:
### 1. Clone the repository:
```bash
git clone https://github.com/Snigdha-OS/snigdhaos-gnome-config.git
cd snigdhaos-gnome-config
```
### 2. Apply the configurations:
Run the provided installation script to apply the GNOME configurations.
```bash
bash install.sh
```
### 3. Optional - Install GNOME Extensions:
If you want to install the GNOME Shell extensions from the repository, use the following command:
```bash
gnome-extensions install extensions/*.gs
```
## Usage
Once the configuration is applied, you can customize further through the GNOME Tweaks application or manually adjust settings within `~/.config/gnome` or `/usr/share/gnome`.
## Contributing
We welcome contributions to improve this repository! If you have suggestions, bug reports, or improvements, feel free to open an issue or submit a pull request.
1. Fork the repository.
2. Create a branch for your changes (`git checkout -b feature/your-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature/your-feature`).
6. Create a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.