Skip to content

Commit

Permalink
+nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Jun 15, 2023
1 parent ea9a4c0 commit 327c2a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ do
sdk install ${sdk}
done
sdk current
echo "Installing NVM ..."
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

echo "Installing software ..."
for tap in "${taps[@]}"
Expand Down Expand Up @@ -262,7 +264,7 @@ echo "Setting up bash prompt ..."
echo "Installing secondary packages ..."
install 'pip3 install --upgrade' "${pips[@]}"
install 'gem install' "${gems[@]}"
install 'npm install --global' "${npms[@]}"
install 'npm install --global --force' "${npms[@]}"
install 'code --install-extension' "${vscode[@]}"

echo "Installing fonts ..."
Expand Down

0 comments on commit 327c2a8

Please sign in to comment.