Add nodejs to the setup script

This commit is contained in:
Manuel Thalmann 2022-11-17 08:28:49 +01:00
parent 69b96d75af
commit 7570d73f63
2 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,7 @@ source "$softwareRoot/brave-nightly.sh"
source "$softwareRoot/logo-ls.sh"
source "$softwareRoot/codium.sh"
source "$softwareRoot/code.sh"
source "$softwareRoot/nodejs.sh"
source "$softwareRoot/java.sh"
source "$softwareRoot/tea.sh"

View file

@ -0,0 +1,4 @@
#!/bin/bash
export NVS_HOME="$HOME/.nvs"
git clone https://github.com/jasongin/nvs "$NVS_HOME"
. "$NVS_HOME/nvs.sh" install