Manages dotfiles with stow and make.
Make targets:
console
: configs for os-independent cli toolsfedora-packages
: install rpmfusion and fedora packages (standalone, should only need to be run once unless new packages or repos are added)fedora
: configs for fedora-specific gui tools (depends onconsole
)restore
: restore committed versions of files instow\
andsway-de/
Note: Stow is run with the --adopt
option (see Invoking
Stow.
You can do a git diff
to see the differences and if you don't care about them
you can quickly revert to the committed versions with make restore
. Makefile
will do it's best to abort if there are uncommitted changes in the repo.