mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-16 05:49:40 +00:00
dfm: Install command improvements
This commit is contained in:
@@ -93,9 +93,9 @@ function section_install
|
||||
;;
|
||||
nvm)
|
||||
curl -o- "https://raw.githubusercontent.com/nvm-sh/nvm/$VERSION_NVM/install.sh" | bash \
|
||||
&& nvm install --lts --latest-npm --default \
|
||||
&& git checkout "$HOME/.zshrc" \
|
||||
&& msg_yay "nvm installed!"
|
||||
&& nvm install --lts --latest-npm --default
|
||||
git checkout "$DOTFILES/base/zshrc"
|
||||
msg_yay "nvm installed!"
|
||||
;;
|
||||
npm)
|
||||
bash "$DOTFILES/scripts/install-npm-packages.sh" \
|
||||
|
||||
Reference in New Issue
Block a user