Skip to content

Commit 0a61b63

Browse files
docs: update some texts
1 parent 6ca35d4 commit 0a61b63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_.

scripts/npm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
source ./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
1212
asdf plugin-add nodejs
@@ -18,4 +18,4 @@ mkdir ~/.npm-global
1818
npm config set prefix '~/.npm-global'
1919

2020
# Finish
21-
echo_success "Finished node settings."
21+
echo_success "Finished Node.js and npm settings."

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bash ./scripts/apps.sh
1717
# Install dotfiles
1818
bash ./scripts/dotfiles.sh
1919

20-
# Setting node and npm packages
20+
# Node.js and npm settings
2121
bash ./scripts/npm.sh
2222

2323
# Generate SSH key

0 commit comments

Comments
 (0)