Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux

License: PolyForm Shield 1.0.0

This is my personal configuration for tmux.

Uses

I utilize tpm for plugin management.

Getting Started

Install tmux. I prefer to use brew:

brew install tmux

Clone this repository to ~/.tmux:

git clone --recursive https://github.com/dotbrains/tmux ~/.tmux

Next create ~/.tmux.conf with the contents:

source-file ~/.tmux/tmux.conf

Then, open tmux and press ctrl-space + I to install plugins.

Reload Configuration

To reload the tmux configuration without using keyboard shortcuts:

tmux source-file ~/.tmux.conf

To install plugins from the command line:

~/.tmux/plugins/tpm/bin/install_plugins

Or combine both:

tmux source-file ~/.tmux.conf && ~/.tmux/plugins/tpm/bin/install_plugins

About

My personal configuration for tmux.

Resources

Stars

Watchers

Forks

Contributors

Languages