fix install
This commit is contained in:
parent
a1cef6dd5d
commit
8fe06e40de
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue