Files
dotfiles/setup.d/20-asdf-vm.sh
Vasili Svirydau cf075eb3cc .
2021-04-16 13:43:22 -07:00

9 lines
146 B
Bash

#!/bin/bash
if ! test -d ~/.asdf; then
echo "Cloning asdf-vm"
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
fi