fix install

This commit is contained in:
pika 2025-03-21 21:18:01 +01:00
parent a1cef6dd5d
commit 8fe06e40de

View file

@ -116,6 +116,7 @@ __pre_stow__() {
h_files=(
".zshrc"
".zshenv"
".tmux.conf"
)
@ -145,8 +146,9 @@ askThings() {
# echo_info "Choose a menu - [r]ofi || [t]ofi"
# read -r askMenu </dev/tty
echo_info "Choose a cli filemanager - [y]azi || [r]anger || [l]f"
read -r askFilemgr </dev/tty
if [ ! -d "./dotfiles/.config/yazi" ] && [ ! -d "./dotfiles/.config/lf" ] && [ ! -d "./dotfiles/.config/ranger" ] &&
{ 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