feat(init): first commit

This commit is contained in:
2023-06-05 15:24:42 +02:00
parent 1ee84e57a5
commit b13a5e892f
37 changed files with 926 additions and 2 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 $@