Skip to content

Instantly share code, notes, and snippets.

View ionutale's full-sized avatar
🏠
Working from home

ion ionutale

🏠
Working from home
  • Pisa
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