dfm: install nvm

This commit is contained in:
2023-03-19 02:57:52 +02:00
parent f4df8623b0
commit 761671e7f7

View File

@@ -26,6 +26,7 @@ function section_install
all) all)
$0 install antigen $0 install antigen
$0 install starship $0 install starship
$0 install nvm
$0 install macos $0 install macos
$0 install npm $0 install npm
;; ;;
@@ -35,6 +36,9 @@ function section_install
starship) starship)
curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir ~/.local/bin && msg_done "🎉 starship installed!" curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir ~/.local/bin && msg_done "🎉 starship installed!"
;; ;;
nvm)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && msg_done " ^=^n^i nvm installed!"
;;
macos) macos)
bash "$DOTFILES/scripts/set-macos-defaults.sh" && msg_done "🎉 Brewfile defined apps has been installed!" bash "$DOTFILES/scripts/set-macos-defaults.sh" && msg_done "🎉 Brewfile defined apps has been installed!"
;; ;;