wip
This commit is contained in:
parent
deecc50f62
commit
e978ba5c39
1 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue