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