adds path to asdf installs

This commit is contained in:
2025-02-15 19:03:16 -08:00
parent a0bb562fbc
commit e52397aa46
2 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ brew install gcc
brew install asdf
echo -e "\n. \"$(brew --prefix asdf)/libexec/asdf.sh\"" >>~/.bashrc
echo -e "\n. \"$(brew --prefix asdf)/etc/bash_completion.d/asdf.bash\"" >>~/.bashrc
echo "export PATH=\"\$HOME/.asdf/shims:\$PATH\"" >>~/.bashrc
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git