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"
|
"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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue