Add nodejs to the setup script
This commit is contained in:
parent
1b4b9b3dce
commit
c327844143
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
4
scripts/PopOS/software/nodejs.sh
Executable file
4
scripts/PopOS/software/nodejs.sh
Executable 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
|
Loading…
Reference in a new issue