44d8c6f774
Deleted dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_20_install-helm-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_30_install-krew-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_40_install-rust-toolchain.tmpl
23 lines
390 B
Cheetah
23 lines
390 B
Cheetah
{{- if .toolchains.go }}
|
|
golang system
|
|
{{- end -}}
|
|
{{- if .toolchains.java }}
|
|
java openjdk-17
|
|
{{- end -}}
|
|
{{- if .toolchains.node }}
|
|
deno system
|
|
nodejs system
|
|
{{- end -}}
|
|
{{- if .toolchains.php }}
|
|
php 8.1.12
|
|
{{- end -}}
|
|
{{- if .toolchains.python }}
|
|
poetry system
|
|
python system
|
|
{{- end -}}
|
|
{{- if .toolchains.ruby }}
|
|
ruby 3.1.1
|
|
{{- end -}}
|
|
{{- if .toolchains.rust }}
|
|
rust system
|
|
{{- end -}}
|