adds path to asdf installs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -19,8 +19,11 @@ 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
|
||||
echo "export PATH=\"\$HOME/.asdf/shims:\$PATH\"" >>~/.bashrc
|
||||
|
||||
sudo apt-get install -y autoconf bison build-essential libssl-dev libyaml-dev libreadline-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev
|
||||
######################################## Languages
|
||||
|
||||
Reference in New Issue
Block a user