Skip to content

Instantly share code, notes, and snippets.

@kosh30
kosh30 / update-all-asdf-plugins.sh
Created December 4, 2023 21:53
Install or update all asdf plugins defined in ~/.tool-versions files.
#!/usr/bin/env bash
#export GITHUB_API_TOKEN=""
function log() {
printf "%s %s\n" "->" "$1"
}
CHECK_SYMBOL='\u2713'
X_SYMBOL='\u2A2F'
function execute_and_wait() {