What's the best way to restore your desktop environment after install?
What's the best way to restore your desktop environment after install?
I've been dual-booting since the early-oughts, but I'm only just now preparing to delete my Windows partition for good.
What with all the repartitioning in my future, I figure it's a good time to just make a clean start - reinstall from scratch. ...but I have about a decade's worth of tools and dotfile tweaks accumulated, including things like updates to xorg.conf to support my old (but awesome) mouse.
So... What's your favored toolset to get your machine back to the way you like it?
I've done this all manually many a time, backing up my home dir, writing scripts to install software, copy important config files into place, etc.
How do you like to go about reinstalling your programs, restoring .dotfiles and config?
My entire .dotfiles is in GitHub. Anything I want to keep common across machines is stored there and either inserted in PATH or symlinked as needed.
Second this, just be mindful not to sync anything sensitive in there.
@Jamie
Using a dotfiles manager makes it a little easier to avoid, even if it's just GNU Stow.
@muddybulldog
What a novel use for a git repo... I like it.