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