wip
This commit is contained in:
parent
80eb2617ea
commit
f6ea3c7adc
1 changed files with 17 additions and 4 deletions
21
install.sh
21
install.sh
|
@ -299,10 +299,22 @@ __validate__() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$askTerminal" in
|
case "$askTerminal" in
|
||||||
[gG] | ghostty) cloneDots "ghostty" ;;
|
[gG] | ghostty)
|
||||||
[kK] | kitty) cloneDots "kitty" ;;
|
cloneDots "ghostty"
|
||||||
[aA] | alacritty) cloneDots "alacritty" ;;
|
terminal="ghostty"
|
||||||
[fF] | foot) cloneDots "foot" ;;
|
;;
|
||||||
|
[kK] | kitty)
|
||||||
|
cloneDots "kitty"
|
||||||
|
terminal="kitty"
|
||||||
|
;;
|
||||||
|
[aA] | alacritty)
|
||||||
|
cloneDots "alacritty"
|
||||||
|
terminal="alacritty"
|
||||||
|
;;
|
||||||
|
[fF] | foot)
|
||||||
|
cloneDots "foot"
|
||||||
|
terminal="foot"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$askNvim" in
|
case "$askNvim" in
|
||||||
|
@ -332,6 +344,7 @@ __validate__() {
|
||||||
|
|
||||||
__dep__() {
|
__dep__() {
|
||||||
_depss=(
|
_depss=(
|
||||||
|
"$terminal"
|
||||||
"$bar"
|
"$bar"
|
||||||
"$menu"
|
"$menu"
|
||||||
"$filemgr"
|
"$filemgr"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue