From 7652a1771ef84446ad4df669378cb0c9ce49cdd1 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 21 Feb 2021 11:50:34 +0530 Subject: [PATCH] Add nvm --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.sh b/setup.sh index dab77d9..3766f90 100755 --- a/setup.sh +++ b/setup.sh @@ -4,4 +4,9 @@ test ! -d ~/.config/i3status && ln -s "$(pwd)/i3status" ~/.config/i3status test ! -d ~/.config/picom && ln -s "$(pwd)/picom" ~/.config/picom +# add nvm + +test ! -d ~/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash + +