Skip to content

Commit 7d4b656

Browse files
committed
feat(cli): add more asdf plugins
rust, golang
1 parent 28a91bc commit 7d4b656

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

root/.chezmoiscripts/run_onchange_after_plugins_asdf-vm.sh.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
{{ $asdf }} plugin add direnv 'https://github.com/nandalopes/asdf-direnv.git'
1919
{{ $asdf }} plugin add nodejs
2020
{{ $asdf }} plugin add ruby
21+
{{ $asdf }} plugin add rust
22+
23+
# add more plugins
24+
for pl in golang; do
25+
{{ $asdf }} plugin add $pl
26+
done
2127

2228
{{- end -}}
2329

0 commit comments

Comments
 (0)