Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
set -ex
sudo apt update
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.6.1
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc