This repository contains my personal dotfiles, which are the configuration files for various operating systems and tools. I manage these dotfiles using the [Dotter](https://github.com/SuperCuber/dotter), a dotfile manager and templater written in Rust.
![tablaster-theme](./assets/screen1.png)
![tablaster-theme](./assets/screen2.png)
## Introduction
Dotfiles are configuration files that customize the behavior and appearance of software applications and operating systems. This repository serves as a centralized location for storing and version-controlling my dotfiles, making it easy to synchronize them across different machines.
1. Install Dotter if you haven't already. You can find the installation instructions in the [Dotter repository](https://github.com/SuperCuber/dotter).
1. Deploy the configs using dotter:
```bash
./dotter deploy
```
This command will deploy the dotfiles to their respective target locations, based on the configurations defined in the `.dotter` directory.
1. Customize the dotfiles according to your preferences. Feel free to modify or add any configuration files to suit your needs.
## Credits
- Gruvbox GTK theme by [Fausto-Korpsvart](https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme).
## Contributing
If you find any issues with these dotfiles or have suggestions for improvements, please feel free to open an issue or submit a pull request. Contributions are welcome!
## License
This repository is licensed under the GNU GPLv3. See the [LICENSE](LICENSE) file for more information.