dotfiles/node/volta.sh

14 lines
363 B
Bash
Raw Normal View History

2024-01-25 14:27:41 -08:00
#!/usr/bin/env bash
# vim:set ft=bash:
cd "$(dirname "${BASH_SOURCE[0]}")" \
&& source "../script/utils.sh"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_title "Volta & Node.js"
execute "curl https://get.volta.sh | bash -s -- --skip-setup" "Volta"
execute ". $DOT/node/path.zsh && volta install node" "Node.js LTS"