install.fairie/home/.chezmoitemplates/universal/common-dependencies
Brian Zalewski 13e47a9a4d Update 4 files
- /home/dot_local/bin/executable_install-program
- /home/.chezmoidata.yaml
- /home/.chezmoitemplates/universal/common-dependencies
- /software.yml
2023-01-06 06:22:47 +00:00

22 lines
253 B
Text

{{- $packages := list
"age"
"bash"
"coreutils"
"curl"
"git"
"grep"
"gnupg"
"gnupg-agent"
"gnupg2"
"jq"
"locate"
"make"
"pcscd"
"progress"
"re2c"
"scdaemon"
"util-linux"
"wget"
"zip"
-}}
{{- $packages | join " " -}}