mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
33 lines
636 B
YAML
33 lines
636 B
YAML
---
|
|
workstation_dev_packages:
|
|
- distrobox
|
|
- gnupg
|
|
- gpg-agent
|
|
- libfido2-1
|
|
- openssh-client
|
|
- pandoc
|
|
- shellcheck
|
|
|
|
workstation_user_directories:
|
|
- path: "{{ user_home }}/.config"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/.local"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/.local/bin"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/.gnupg"
|
|
mode: "0700"
|
|
|
|
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"
|