My systems are set up as dual-boot with Windows and either Fedora or Ubuntu distributions of Linux on two separate drives. So most of my configs are centred around those
I’ve automated the process of copying most of my config files via the copy-configs-linux.sh
bash script. Open terminal in the cloned repo folder and run the script periodically to backup config files
# Give it permission to execute (only needed to run once)
chmod +x ./copy-config-files.sh
# Run the script
./copy-config-files.sh
My config files are kept in following folders:
config-files-fedora-pc/
for my PC having Fedora on itconfig-files-ubuntu-laptop/
for my Laptop having Ubuntu on it