add tmux systemd service

This commit is contained in:
thek4n 2024-04-03 14:02:16 +03:00
parent 120f7fe29e
commit ff8840e687

View File

@ -10,7 +10,7 @@ declare -xr SUB="$DOTFILES_ROOT/home/user"
declare -r -A TARGETS=(
["colors"]=".config/terminal-colors.d"
["tmux"]=".config/tmux .tmux .config/systemd/user"
["tmux"]=".config/tmux .tmux .config/systemd/user/tmux.service"
["bash"]=".config/bash .bashrc .profile %tmux %colors"
["zsh"]="%bash .config/zsh .zshenv .inputrc"
["alacritty"]=".config/alacritty"