addet zellij to the dirs

This commit is contained in:
pika 2025-05-04 20:52:43 +02:00
parent b765524475
commit 48ebeb7b90

View file

@ -101,6 +101,7 @@ __pre_stow__() {
"nvim" "nvim"
"ranger" "ranger"
"lf" "lf"
"zellij"
) )
if [ ! -d "$bak_dir" ]; then if [ ! -d "$bak_dir" ]; then
@ -125,6 +126,7 @@ __pre_stow__() {
h_dirs=( h_dirs=(
".tmux" ".tmux"
".zsh" ".zsh"
".fzt"
) )
for _f in "${h_files[@]}"; do for _f in "${h_files[@]}"; do
@ -244,7 +246,6 @@ __dep__() {
"unzip" "unzip"
"zip" "zip"
"fzf" "fzf"
"tmux"
"rsync" "rsync"
"zoxide" "zoxide"
) )