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

View file

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