Skip to content

Instantly share code, notes, and snippets.

@andhikayuana
Last active April 11, 2019 03:17
Show Gist options
  • Save andhikayuana/f4ca2f2772c7e802a87b78afdc084b34 to your computer and use it in GitHub Desktop.
Save andhikayuana/f4ca2f2772c7e802a87b78afdc084b34 to your computer and use it in GitHub Desktop.
install asdf version manager in mac

Install asdf using homebrew

$ brew install asdf
$ echo -e '\n. $(brew --prefix asdf)/asdf.sh' >> ~/.zshrc
$ echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc
$ asdf

install ruby

$ asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby.git
$ asdf plugin-list
$ asdf list-all ruby
$ asdf install ruby 2.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment