My main PC is set up as dual-boot with Windows and Fedora Workstation distribution of Linux on two separate drives. So most of my configs are centred around Fedora
I’ve automated the process of copying most of my config files via the copy-config-files.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