#!/usr/bin/env bash # # Install asdf and plugins I use # # It also updates asdf and the plugins, and then reshim asdf. # # Usage: ./install-asdf.sh [both|install|update|add_plugins] # Author: Ismo Vuorinen # License: MIT msgr warn "The asdf plugins should be installed with dotbot, and 'dfm asdf'." exit 0