# for Windows Git Bash
touch ~/.bashrc
echo "test -f ~/.bashrc && . ~/.bashrc" >> ~/.bash_profile
# install
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 20
nvm alias default 20
nvm ls-remote --lts