Skip to content

Instantly share code, notes, and snippets.

View diegorodrigo90's full-sized avatar
🎯
Focusing

Diego Rodrigo diegorodrigo90

🎯
Focusing
View GitHub Profile
Note: this assumes you are using ZSH shell.
## Installation
Install [asdf](https://github.com/asdf-vm/asdf):
```
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.0
$ echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc
$ echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc