Skip to content

Commit

Permalink
fix(chezmoi): update packages list with yq and zip (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 22, 2023
1 parent 15509de commit 5ef9009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# {{- $cpuThreads = (output "powershell.exe" "-NoProfile" "-NonInteractive" "-Command" "(Get-CimInstance -ClassName 'Win32_Processor').NumberOfLogicalProcessors") | trim | atoi -}}
# {{- end -}}

# {{- $pkgs_minimum := "age apt-transport-https build-essential coreutils direnv file findutils fzf gh git-sizer gnupg go go-task jq locales locales-all lsb-release node nvm pip pipx procps python3-dev python3-pip python3-setuptools python3-testresources python3-venv setuptools sops stow tree tmux tzdata unzip vim yqzip zsh" -}}
# {{- $pkgs_minimum := "age apt-transport-https build-essential coreutils direnv file findutils fzf gh git-sizer gnupg go go-task jq locales locales-all lsb-release node nvm pip pipx procps python3-dev python3-pip python3-setuptools python3-testresources python3-venv setuptools sops stow tree tmux tzdata unzip vim yq zip zsh" -}}
# {{- $pkgs_full := "bazel font-fira-code font-fira-code-nerd-font google-perftools openssh-server rust sdkman serviceman webi" -}}
# {{- $pkgs_system := "containerd.io docker-ce docker-ce-cli docker-compose-plugin nvidia-container-toolkit snapd" -}}
# {{- $pkgs_gui := "gpa gpg-suite pinentry-mac xclip seahorse" -}}
Expand Down

0 comments on commit 5ef9009

Please sign in to comment.