install tmux dependency for bash

This commit is contained in:
thek4n 2024-03-31 00:18:43 +03:00
parent 793a649485
commit 2609ff519e

View File

@ -11,8 +11,8 @@ declare -xr SUB="$DOTFILES_ROOT/home/user"
declare -r -A TARGETS=( declare -r -A TARGETS=(
["colors"]=".config/terminal-colors.d" ["colors"]=".config/terminal-colors.d"
["tmux"]=".config/tmux .tmux" ["tmux"]=".config/tmux .tmux"
["bash"]=".config/bash .bashrc .profile %colors" ["bash"]=".config/bash .bashrc .profile %tmux %colors"
["zsh"]="%tmux %bash .config/zsh .zshenv .inputrc" ["zsh"]="%bash .config/zsh .zshenv .inputrc"
["alacritty"]=".config/alacritty" ["alacritty"]=".config/alacritty"
["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper" ["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper"
["ssh"]="" ["ssh"]=""