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 + +