My dotfiles for local environments. See server-slowb.ro for how I setup my servers!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Tmux |
|
|
|
TMUX_PATH=/home/$USER/.config/tmux |
|
|
|
# Sourcing files |
|
source-file $TMUX_PATH/bindings.tmux |
|
source-file $TMUX_PATH/general.tmux |
|
source-file $TMUX_PATH/theme.tmux
|
|
|