From e6ad0f75ead395ba2436c1308bd77857b32d0e57 Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Tue, 19 Sep 2023 00:26:56 +0530 Subject: [PATCH] Install node using nvm --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 8ff5ca7..55c5ef5 100755 --- a/install.sh +++ b/install.sh @@ -35,9 +35,14 @@ installMain(){ stow -t $HOME home } +installNvm(){ + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash +} + createDirs installUtils installNerdFonts setupLunarVim installMain +installNvm