Skip to content

sdalv1k/tmux-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Copy the .tmux.conf file to the home directory.

Add this to ~/.bashrc if you want tmux to automatically start when opening a terminal

if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
  exec tmux
fi

Add this to specify the path of the plugins directory

export TMUX_PLUGIN_MANAGER_PATH="~/.config/tmux/plugins/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages