mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 07:46:55 +00:00
dfm: install nvm
This commit is contained in:
@@ -26,6 +26,7 @@ function section_install
|
||||
all)
|
||||
$0 install antigen
|
||||
$0 install starship
|
||||
$0 install nvm
|
||||
$0 install macos
|
||||
$0 install npm
|
||||
;;
|
||||
@@ -35,6 +36,9 @@ function section_install
|
||||
starship)
|
||||
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)
|
||||
bash "$DOTFILES/scripts/set-macos-defaults.sh" && msg_done "🎉 Brewfile defined apps has been installed!"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user