13e47a9a4d
- /home/dot_local/bin/executable_install-program - /home/.chezmoidata.yaml - /home/.chezmoitemplates/universal/common-dependencies - /software.yml
22 lines
253 B
Text
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 " " -}}
|