mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 02:46:32 +00:00
13 lines
338 B
Bash
Executable File
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
|