nlebedevinc / tmux-theme

Nikolay's tmux themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

Nikolay's tmux themes

License:MIT License


Languages

Language:Shell 100.0%