Daily Shaarli

All links of one day in a single page.

January 11, 2023

Dotfiles Management - mitxela.com

A great way of managing system level dotfiles. TL;DR:

alias dotfiles='git --git-dir=/home/mx/.dotfiles --work-tree=/'
dotfiles config --local status.showUntrackedFiles no

Then managing the files would be simple basic git operations. No symlinking, installation, synchronization, etc.

Alternatively, it's also sensible to set the worktree to $HOME.