feat(all): first commit

This commit is contained in:
2023-06-13 09:12:30 +02:00
commit e4b3270874
24 changed files with 783 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
export NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release
NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
nvm_get_arch() { nvm_echo "x64-musl"; }
nvm $@