addet zellij to the dirs
This commit is contained in:
parent
b765524475
commit
48ebeb7b90
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue