Merge Arch config as main #1

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

View file

@ -0,0 +1,14 @@
asdfPlugins=(
"nodejs"
"bun"
)
_installPlugins() {
for plugin; do
asdf plugin add "${plugin}"
done;
}
_installPlugins "${asdfPlugins[@]}"