This commit is contained in:
pika 2025-05-03 16:28:23 +02:00
parent 5502cd8e4d
commit 10e63c7ef8

View file

@ -146,16 +146,10 @@ askThings() {
# echo_info "Choose a menu - [r]ofi || [t]ofi"
# read -r askMenu </dev/tty
[ ! -d "./dotfiles/.config/yazi" ] && [ ! -d "./dotfiles/.config/lf" ] && [ ! -d "./dotfiles/.config/ranger" ] && {
if [ ! -d ./dotfiles/.config/yazi/ ] && [ ! -d ./dotfiles/.config/lf/ ] && [ ! -d ./dotfiles/.config/ranger/ ]; then
echo_info "Choose a cli filemanager - [y]azi || [r]anger || [l]f"
read -r askFilemgr </dev/tty
}
# echo_info "Choose a bar provider - [w]aybar || [g]Bar || [h]yprpanel"
# read -r askBar </dev/tty
#
# echo_info "Choose a Terminal config (.)[G]hostty, [K]itty, [A]lacritty(.)"
# read -r askTerminal </dev/tty
fi
echo_info "Do you also want to install optional packages? (y/n)"
read -r askOptional </dev/tty