personal computing

I use stow to keep my dotfiles in order.

sudo dnf install stow

I spent considerable time considering if I should keep my dotfiles in git or fossil. But since I am already using syncthing, I’ve started syncing ~/.dotfiles as well, and then using stow as needed for that machine.

To install my taskwarrior config:

[maiki@violet ~]$ cd .dotfiles/
[maiki@violet .dotfiles]$ stow -S task/

And done.