This is where I version control my configs for various OS setups and tools.
I use stow to create symlinks to their proper directories.
I clone this repository alongside my other projects: Develop/config. The changes I make here are reflected through the symlinks.
cd ~/Develop/config/common
stow -v nvim -t ~/.config/nvim
cd ~/Develop/config/common/
stow -v emacs -t ~/.emacs.d
stow -v bashrc sway waybar udev gtk -t ~