Skip to content

nlebedevinc/tmux-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nlebedevinc/tmux-theme

Basic theme for Tmux, based on my dotfiles and inspired by powerline. Subthemes with different color flavors are coming, please stand by.

Installation

Install manually

The simplest way is just place theme setup at the bottom of your current tmux.conf:

⚠️ HINT: Always make a backup of your config files before any action.

cat default.conf >> ~/.tmux.conf

Install through Tmux Plugin Manager

⚠️ Note: Not verified yet. Please stand by

Add plugin to the list of TPM plugins in .tmux.conf and select desired theme

set -g @plugin 'nlebedevinc/tmux-theme'
set -g @tmux-theme 'default' # or 'other'

Hit prefix + I to fetch the plugin and source it. Your Tmux should be updated with the theme at this point.

License

MIT License © 2023-PRESENT Nick Lebedev