Skip to content

Commit

Permalink
docs: update some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldosramos committed Jul 29, 2023
1 parent 6ca35d4 commit 0a61b63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Check linked files to more details._

- [apps.sh](scripts/apps.sh) - installs applications.
- [dotfiles.sh](scripts/dotfiles.sh) - installs _Oh My Zsh_, _.zshrc_ and _Git_ configs.
- [npm.sh](scripts/npm.sh) - install _npm_ packages.
- [npm.sh](scripts/npm.sh) - _Node.js_ and _npm_ settings.
- [setup.sh](setup.sh) - main installer.
- [ssh.sh](scripts/ssh.sh) - generate _SSH_.
- [user.sh](scripts/user.sh) - user data to configuration of _Git_ and _SSH_.
Expand Down
4 changes: 2 additions & 2 deletions scripts/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
source ./scripts/utils.sh
. $HOME/.asdf/asdf.sh

echo_info "Setting node and npm packages..."
echo_info "Setting Node.js and npm packages..."

# Install asdf nodejs plugin and nodejs
asdf plugin-add nodejs
Expand All @@ -18,4 +18,4 @@ mkdir ~/.npm-global
npm config set prefix '~/.npm-global'

# Finish
echo_success "Finished node settings."
echo_success "Finished Node.js and npm settings."
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bash ./scripts/apps.sh
# Install dotfiles
bash ./scripts/dotfiles.sh

# Setting node and npm packages
# Node.js and npm settings
bash ./scripts/npm.sh

# Generate SSH key
Expand Down

0 comments on commit 0a61b63

Please sign in to comment.