I have a common tmux configuration file that I place between computers (tmux.conf.common). I would like to be able to load this file into tmux.conf. The way to do this in bash is to have each .bashrc machine output a shared file. Is there a way to do something similar in tmux?
source
to share