Skip to content

Commit

Permalink
feat: add asdf ruby plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 7, 2024
1 parent f6768c6 commit 85d4119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ function install-asdf-plugins {
echo "Installing Direnv through asdf..."
source $HOME/.asdf/asdf.sh
asdf plugin add direnv || true
asdf plugin add golang || true
asdf plugin add nodejs || true
asdf plugin add python || true
asdf plugin add golang || true
asdf plugin add ruby || true
asdf install direnv 2.32.1
asdf global direnv 2.32.1
asdf global python system
Expand Down

0 comments on commit 85d4119

Please sign in to comment.