File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _Check linked files to more details._
1010
1111- [ apps.sh] ( scripts/apps.sh ) - installs applications.
1212- [ dotfiles.sh] ( scripts/dotfiles.sh ) - installs _ Oh My Zsh_ , _ .zshrc_ and _ Git_ configs.
13- - [ npm.sh] ( scripts/npm.sh ) - install _ npm_ packages .
13+ - [ npm.sh] ( scripts/npm.sh ) - _ Node.js _ and _ npm_ settings .
1414- [ setup.sh] ( setup.sh ) - main installer.
1515- [ ssh.sh] ( scripts/ssh.sh ) - generate _ SSH_ .
1616- [ user.sh] ( scripts/user.sh ) - user data to configuration of _ Git_ and _ SSH_ .
Original file line number Diff line number Diff line change 66source ./scripts/utils.sh
77. $HOME /.asdf/asdf.sh
88
9- echo_info " Setting node and npm packages..."
9+ echo_info " Setting Node.js and npm packages..."
1010
1111# Install asdf nodejs plugin and nodejs
1212asdf plugin-add nodejs
@@ -18,4 +18,4 @@ mkdir ~/.npm-global
1818npm config set prefix ' ~/.npm-global'
1919
2020# Finish
21- echo_success " Finished node settings."
21+ echo_success " Finished Node.js and npm settings."
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bash ./scripts/apps.sh
1717# Install dotfiles
1818bash ./scripts/dotfiles.sh
1919
20- # Setting node and npm packages
20+ # Node.js and npm settings
2121bash ./scripts/npm.sh
2222
2323# Generate SSH key
You can’t perform that action at this time.
0 commit comments