8000 GitHub - cascassette/tmux: Soho vibes for tmux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cascassette/tmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Rosé Pine for tmux

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

NOTE: It uses a Nerdfont for the icons, so it is recommended to have a Nerdfont set as your terminal font

  1. Install TPM

  2. Add the Rosé Pine plugin with the following lines:

set -g @plugin 'rose-pine/tmux'
# ... alongside
set -g @plugin 'tmux-plugins/tpm'
# To update plugin for future revisions, do the "Prefix + U" keycombo
  1. Set your preferred variant:
set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
  1. Also optional but recommended: Activate the extra modules, they are enabled by writing 'on' after the option name
set -g @rose_pine_host 'on' # Enables hostname in the status bar
set -g @rose_pine_date_time '' # It accepts the date UNIX command format (man date for info)
set -g @rose_pine_window_tabs_enabled 'on' # Enables a symbol to separate window number from window name
set -g @rose_pine_left_separator ' > ' # The strings to use as separators are 1-space padded
set -g @rose_pine_right_separator ' < ' # Accepts both normal chars & nerdfont icons
set -g @rose_pine_field_separator ' | ' # Again, 1-space padding, it changes with prefix + I
  • The separator options should go back to the defaults ( →, ← and | NerdFont characters) if you close all tmux sessions (a full restart)
  1. Currently working on more modularity and powerline aspect toggle. Will try to enable NerdFont substitution

Gallery

  • Main

image

  • Moon

image

  • Dawn

image

Thanks to

About

Soho vibes for tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0