mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
Install node using nvm
This commit is contained in:
@@ -35,9 +35,14 @@ installMain(){
|
||||
stow -t $HOME home
|
||||
}
|
||||
|
||||
installNvm(){
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
|
||||
}
|
||||
|
||||
|
||||
createDirs
|
||||
installUtils
|
||||
installNerdFonts
|
||||
setupLunarVim
|
||||
installMain
|
||||
installNvm
|
||||
|
||||
Reference in New Issue
Block a user