diff --git a/install.sh b/install.sh index f6dcf04..c2f11be 100755 --- a/install.sh +++ b/install.sh @@ -48,21 +48,17 @@ __pre_stow__() { conf="$HOME/.config" bak_dir="$HOME/.bak" dirs=( + "$terminal" + "$bar" + "$menu" + "$filemgr" + "$plexer" "btop" - "gBar" "fastfetch" - "foot" "hypr" - "tmux" - "kitty" "neovide" - "rofi" - "tofi" - "waybar" "wlogout" "wob" - "yazi" - "zellij" ) if [ ! -d "$bak_dir" ]; then @@ -105,26 +101,23 @@ __pre_stow__() { askThings() { if [ ! -d ./dotfiles/.config/tmux/ ] && [ ! -d ./dotfiles/.config/zellij/ ]; then - choose plexer "Choose a menu" tmux zellij none