All natural pine, faux fur and a bit of soho vibes for the classy minimalist
NOTE: It uses a Nerdfont for the icons, so it is recommended to have a Nerdfont set as your terminal font
-
Install TPM
-
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
- Set your preferred variant:
set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
- 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)
- Currently working on more modularity and powerline aspect toggle. Will try to enable NerdFont substitution
- Main
- Moon
- Dawn