4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
export NVS_HOME="$HOME/.nvs"
|
|
git clone https://github.com/jasongin/nvs "$NVS_HOME"
|
|
. "$NVS_HOME/nvs.sh" install
|