From 932deff228dd3d0a33527b2256c3a675b45696a1 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:25:02 +0100 Subject: chore: ignore bootstrap.sh in chezmoi, mask xdg-user-dirs-update bootstrap.sh is host-only bootstrapping and should not deploy into $HOME. The xdg-user-dirs-update.service user unit (shipped enabled by the xdg-user-dirs package) rewrites ~/.config/user-dirs.dirs on login, clobbering the tracked short-path variant (docs/dl/pics/vids). Mask it by symlinking to /dev/null. --- dot_config/systemd/user/symlink_xdg-user-dirs-update.service | 1 + 1 file changed, 1 insertion(+) create mode 100644 dot_config/systemd/user/symlink_xdg-user-dirs-update.service (limited to 'dot_config/systemd/user/symlink_xdg-user-dirs-update.service') diff --git a/dot_config/systemd/user/symlink_xdg-user-dirs-update.service b/dot_config/systemd/user/symlink_xdg-user-dirs-update.service new file mode 100644 index 0000000..b555872 --- /dev/null +++ b/dot_config/systemd/user/symlink_xdg-user-dirs-update.service @@ -0,0 +1 @@ +/dev/null -- cgit v1.2.3-70-g09d2