Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
Showing only changes of commit 8604568209 - Show all commits

View file

@ -1,13 +1,15 @@
asdfPlugins=(
"nodejs"
"bun"
"python"
"rust"
"golang"
)
_addPlugins() {
for plugin; do
asdf plugin add "${plugin}"
done;
done
}
# Add asdf plugins
@ -15,4 +17,3 @@ _addPlugins "${asdfPlugins[@]}"
# Install plugins
asdf install