Files
dotfiles/scripts/install-asdf.sh

13 lines
338 B
Bash
Executable File

#!/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 <https://github.com/ivuorinen>
# License: MIT
msgr warn "The asdf plugins should be installed with dotbot, and 'dfm asdf'."
exit 0