diff --git a/install.sh b/install.sh index 93c8a10..0fda4c2 100755 --- a/install.sh +++ b/install.sh @@ -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" )