diff --git a/arty.yml b/arty.yml index 32633c6..f10c14b 100644 --- a/arty.yml +++ b/arty.yml @@ -56,7 +56,7 @@ scripts: rust:install: curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y rust:install:tools: cargo install bat fd-find yazi-build rust:update: rustup update - node:install: nvm install + node:install: . "$HOME/.nvm/nvm.sh" && nvm install node:install:base: npm i -g npm pnpm ruby:install: rbenv install ruby:install:base: gem install bundler