Go to file
Sophie Schiller df8cc02954 hide those vim files from git 2023-05-27 17:07:01 +02:00
.gitignore hide those vim files from git 2023-05-27 17:07:01 +02:00
.tmux.conf further refinement 2023-05-27 16:57:55 +02:00
LICENSE Initial commit 2023-05-27 14:57:05 +00:00
README.md update readme 2023-05-27 17:06:26 +02:00
statusbar.png update readme 2023-05-27 17:06:26 +02:00
tmux.conf-without-dependencies further refinement 2023-05-27 16:57:55 +02:00

README.md

my-tmux-config

This is the tmux config used on most of my systems. Looks a little bit like this screenshot

Status Bar Screenshot

There are two versions of tmux config in this repo. The default one uses a separately compiled tmux-mem-cpu-load for showing some system parameters. The second version only uses /proc/loadavg to show the system load. Useful for systems where you want to keep your dependencies small.