add scripts
This commit is contained in:
parent
5596481eda
commit
2aa9284dbf
1 changed files with 23 additions and 0 deletions
23
home/.chezmoiscripts/run_once_after_90-asdf.sh
Normal file
23
home/.chezmoiscripts/run_once_after_90-asdf.sh
Normal file
|
@ -0,0 +1,23 @@
|
|||
#!/bin/sh
|
||||
|
||||
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
|
||||
asdf install nodejs latest
|
||||
asdf global nodejs latest
|
||||
|
||||
asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git
|
||||
asdf install rust latest
|
||||
asdf global rust latest
|
||||
|
||||
asdf plugin add golang https://github.com/asdf-community/asdf-golang.git
|
||||
asdf install golang latest
|
||||
asdf global golang latest
|
||||
|
||||
asdf plugin-add bun https://github.com/cometkim/asdf-bun.git
|
||||
asdf install bun latest
|
||||
asdf global bun latest
|
||||
|
||||
asdf plugin add rye https://github.com/Azuki-bar/asdf-rye
|
||||
asdf install rye latest
|
||||
asdf global rye latest
|
||||
|
||||
asdf reshim
|
Loading…
Reference in a new issue