From f185694ff83f40f93ea535358ea36eccc837fa6e Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:18 +0100 Subject: feat: add chezmoi config, ignore, and deploy scripts - .chezmoi.toml.tmpl: minimal config with hostname data - .chezmoiignore: exclude repo-only files from deployment - run_onchange_after_deploy-etc.sh: deploy etc/ and etc2/ to /etc - run_onchange_after_deploy-firefox.sh: deploy firefox overrides to profile --- .chezmoiignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .chezmoiignore (limited to '.chezmoiignore') diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..d87d077 --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,10 @@ +KEYBINDS.md +README.md +create-efi.sh +.editorconfig +.github/ +.worktrees/ +meta/ +etc/ +etc2/ +firefox/ -- cgit v1.2.3-70-g09d2