2024-04-04 15:26:58 +03:00

11 lines
370 B
Bash

# vim: ft=tmux
source-file "$HOME/.config/tmux/mappings.conf"
source-file "$HOME/.config/tmux/options.conf"
source-file "$HOME/.config/tmux/style.conf"
source-file "$HOME/.config/tmux/aliases.conf"
if-shell 'test -n "$SSH_CLIENT"' 'source-file "$HOME/.config/tmux/remote.conf"'
source-file "$HOME/.config/tmux/plugins.conf"
run -b "$HOME/.config/tmux/plugins/tpm/tpm"