This dotfiles management setup came to life thanks to the article The best way to store your dotfiles: A bare Git repository. I've wrote a summary of it on my website as a (self-)reference.
Hopefully, a little inspiration. Besides that, I store configuration files for the main pieces of software I use, notably:
- Bash aliases;
- Git;
- i3 tiling window manager with i3blocks;
- Kitty terminal;
- Scripts to manage microphone output, monitor brightness, system packages and so on;
- Zsh with ohmyzsh.
- Thanks to Derek Taylor for having shared his knowledge in this YouTube video.
- Thanks to @ankush for sharing his own setup, from which I've learnt a couple of useful things!