Up.
This commit is contained in:
parent
ee7c131799
commit
f2f9a5dc01
4
.chezmoi.toml.tmpl
Normal file
4
.chezmoi.toml.tmpl
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{{ $installSystemRustup := promptBool "Install rustup from system or asdf ?" true -}}
|
||||||
|
|
||||||
|
[data]
|
||||||
|
installSystemRustup = {{ $installSystemRustup }}
|
@ -6,7 +6,7 @@ log() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inf() {
|
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
|
pass
|
||||||
libyaml
|
libyaml
|
||||||
ranger
|
ranger
|
||||||
rustup
|
|
||||||
tmux
|
tmux
|
||||||
trash-cli
|
trash-cli
|
||||||
ueberzug
|
ueberzug
|
||||||
|
@ -9,7 +9,7 @@ log() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inf() {
|
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'
|
['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git'
|
||||||
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
||||||
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||||
|
['rust']='https://github.com/code-lever/asdf-rust.git'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ log() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inf() {
|
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ log() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inf() {
|
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user