This commit is contained in:
pika 2025-05-04 20:43:03 +02:00
parent deecc50f62
commit e978ba5c39

View file

@ -185,11 +185,13 @@ __validate__() {
case "$askFilemgr" in
[yY] | yazi)
cloneDots "yazi"
if ! command_exists yazi; then
if command_exists curl; then
curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/yazi.sh | bash
else
echo_warning "curl was not found, could not install yazi!"
fi
fi
;;
[rR] | ranger)
cloneDots "ranger"
@ -235,6 +237,7 @@ __validate__() {
__dep__() {
_depss=(
"${pkgOption[@]}"
"stow"
"btop"
"entr"