mirror of
https://github.com/samoshkin/tmux-config.git
synced 2026-01-03 00:08:01 +00:00
8570ef74065664805fbff90f55ae4170fd484547
My tmux configuration
Prerequisites
This repo only installs tmux.conf files and related (plugins, scripts, themes, etc). It does not however install tmux, and requires you to do it yourself.
Installation
$ git clone <url> <dir>
$ <dir>/install.sh
Installation script does following:
- Init & update git submodules (tmux plugins)
- Copy files to
$HOME/.tmuxdirectory, preserving existing file if any (most likely tmux plugins files) - Check if you don't have tmux installed and warn you
- Create symlink at
$HOME/.tmux.conf, and gently prompts you, if you already have one
Files
tmux/tmux.conf |
Main tmux configuration file (general settings, bindings, plugins, etc) |
tmux/theme.conf |
Appearance settings and status bar setup |
Keybindings
- TODO: describe keybindin gscheme
Screenshots
- TODO: put eye-catching screenshots as soon as I'm done with status bar
Here what you would get:
Description
Languages
Shell
76.5%
Dockerfile
23.5%