From 2aa9284dbf65c304438f3531f932146cf730a24f Mon Sep 17 00:00:00 2001 From: Leafus Date: Wed, 22 Jan 2025 10:31:39 +0100 Subject: [PATCH] add scripts --- .../.chezmoiscripts/run_once_after_90-asdf.sh | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 home/.chezmoiscripts/run_once_after_90-asdf.sh diff --git a/home/.chezmoiscripts/run_once_after_90-asdf.sh b/home/.chezmoiscripts/run_once_after_90-asdf.sh new file mode 100644 index 00000000..2a7df3cb --- /dev/null +++ b/home/.chezmoiscripts/run_once_after_90-asdf.sh @@ -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