Files
dotfiles/modules/10-tmux.sh
T
2025-11-08 20:46:24 +01:00

7 lines
349 B
Bash

#!/bin/bash
ensure_package_is_installed tmux \
&& ensure_git_folder_installed_for_user tmux-plugins/tpm ~/.tmux/plugins/tpm \
&& ensure_git_folder_installed_for_root tmux-plugins/tpm /root/.tmux/plugins/tpm \
&& synchronize_user_folder ./sources/tmux/.tmux.conf ~/.config \
&& synchronize_root_folder ./sources/tmux/.tmux.conf /root/.config