dotfiles/node/volta.fish
2024-02-03 12:05:02 -08:00

11 lines
310 B
Fish
Executable file

#!/usr/bin/env fish
source "$DOT/script/utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_title "Volta & Node.js"
execute "curl https://get.volta.sh | bash -s -- --skip-setup" Volta
execute ". $DOT/node/path.config.fish && volta install node" "Node.js LTS"