mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 19:54:27 +00:00
dfm: install nvm
This commit is contained in:
@@ -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!"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user