wip
This commit is contained in:
parent
5502cd8e4d
commit
10e63c7ef8
1 changed files with 2 additions and 8 deletions
10
install.sh
10
install.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue