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

25 lines
280 B
Text

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