install.fairie/home/.chezmoitemplates/universal/essential-packages
2023-01-04 04:00:33 +00:00

24 lines
265 B
Text

{{- $packages := list
"age"
"bash"
"coreutils"
"curl"
"exa"
"git"
"gnupg"
"gnupg-agent"
"gnupg2"
"htop"
"httpie"
"jq"
"make"
"neovim"
"pcscd"
"re2c"
"ripgrep"
"scdaemon"
"tmux"
"wget"
"zsh"
-}}
{{- $packages | join " " -}}