1
0
This commit is contained in:
Jeff LANCE
2024-08-03 17:21:54 +02:00
parent f5f003e605
commit 66980f428f
9 changed files with 244 additions and 270 deletions

View File

@@ -1,17 +1,8 @@
#!{{ lookPath "bash" }}
# Load asdf
. "$HOME/.asdf/asdf.sh"
# Logging function
log() {
printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)\n" "$1"
}
inf() {
printf "$(tput setaf 2)╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
. ${HOME}/.asdf/asdf.sh
# Plugins to install
@@ -27,7 +18,6 @@ plugins=(
)
### Install ASDF plugins ###
log "Begin ASDF plugins installation"