diff --git a/.gitmodules b/.gitmodules index fb3f833..d76822d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "mpv-gallery-view"] path = mpv-gallery-view url = https://github.com/occivink/mpv-gallery-view +[submodule "home/.nvm"] + path = nvm + url = https://github.com/creationix/nvm diff --git a/home/.nvm b/home/.nvm new file mode 120000 index 0000000..0f6d29e --- /dev/null +++ b/home/.nvm @@ -0,0 +1 @@ +../nvm/ \ No newline at end of file diff --git a/home/.zshrc.local b/home/.zshrc.local index 336b546..3aa691c 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -6,6 +6,8 @@ PATH="$PATH:$GOPATH/bin" ## Node PATH="$PATH:/home/simon/opt/node/bin" +export NVM_DIR="$HOME/.nvm" +source "$NVM_DIR/nvm.sh" ## Python (pip) PATH="$PATH:/home/simon/.local/bin" diff --git a/nvm b/nvm new file mode 160000 index 0000000..caf6208 --- /dev/null +++ b/nvm @@ -0,0 +1 @@ +Subproject commit caf6208dbd25e9632d7a6291ca94eaccee7a5e75