Add workstation-specific dotfiles support

This commit is contained in:
Fabio Scotto di Santolo
2026-03-24 14:10:47 +01:00
parent 210295235f
commit 0f9626d476
8 changed files with 886 additions and 19 deletions

View File

@@ -52,3 +52,16 @@ workstation_user_directories:
mode: "0755"
- path: "{{ user_home }}/.local/bin"
mode: "0755"
workstation_dotfiles:
- src: .gitignore_global
dest: .gitignore_global
mode: "0644"
- src: .themes.gitignore
dest: .themes.gitignore
mode: "0644"
workstation_templates:
- src: workstation/.gitconfig.j2
dest: .gitconfig
mode: "0644"