d467fcc7fe
- /home/dot_local/bin/executable_install-program - /home/.chezmoitemplates/centos/common-dependencies - /home/.chezmoitemplates/fedora/common-dependencies - /home/.chezmoiscripts/universal/run_onchange_after_64-grub-settings.tmpl
26 lines
378 B
Text
26 lines
378 B
Text
{{- $packages := list
|
|
"age"
|
|
"gcc"
|
|
"gcc-c++"
|
|
"gnupg2-smime"
|
|
"kernel-devel"
|
|
"libaio"
|
|
"libXcursor"
|
|
"libXi"
|
|
"libXinerama"
|
|
"libXtst"
|
|
"make"
|
|
"nodejs"
|
|
"npm"
|
|
"opensc"
|
|
"pgp-tools"
|
|
"pcsc-lite"
|
|
"pcsc-tools"
|
|
"progress"
|
|
"ruby-devel"
|
|
"xorg-x11-fonts-Type1"
|
|
"xorg-x11-xauth"
|
|
"xrandr"
|
|
"yubikey-personalization-gui"
|
|
-}}
|
|
{{- $packages | join " " -}}
|