1
0
This commit is contained in:
Jeff Lance 2024-03-03 15:09:10 +01:00
parent ee7c131799
commit f2f9a5dc01
5 changed files with 9 additions and 5 deletions

4
.chezmoi.toml.tmpl Normal file
View File

@ -0,0 +1,4 @@
{{ $installSystemRustup := promptBool "Install rustup from system or asdf ?" true -}}
[data]
installSystemRustup = {{ $installSystemRustup }}

View File

@ -6,7 +6,7 @@ log() {
}
inf() {
printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
printf "╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}
@ -17,7 +17,6 @@ packages=(
pass
libyaml
ranger
rustup
tmux
trash-cli
ueberzug

View File

@ -9,7 +9,7 @@ log() {
}
inf() {
printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
printf "╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}
@ -21,6 +21,7 @@ plugins=(
['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git'
['opam']='https://github.com/asdf-community/asdf-opam.git'
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
['rust']='https://github.com/code-lever/asdf-rust.git'
)

View File

@ -6,7 +6,7 @@ log() {
}
inf() {
printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
printf "╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}

View File

@ -6,7 +6,7 @@ log() {
}
inf() {
printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
printf "╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}