fmt + brewfile update

This commit is contained in:
2023-04-22 14:57:27 +03:00
parent e929b85669
commit d8292ca033
3 changed files with 34 additions and 12 deletions

View File

@@ -94,8 +94,8 @@ 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 "$DOTFILES/base/zshrc"
msg_yay "nvm installed!"
git checkout "$DOTFILES/base/zshrc"
msg_yay "nvm installed!"
;;
npm)
bash "$DOTFILES/scripts/install-npm-packages.sh" \