A tmux theme that is retro.
In order to have the icons displayed correctly please use/update your favorite patched font. If you do not have a patched font installed, you can override any icon. Check the documentation below on the options available.
- Install Tmux Plugin Manager
- Add this plugin to your
~/.tmux.conf
:
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'mistweaverco/retro-theme.tmux'
- Clone this repository to your desired location (e.g.
~/.config/tmux/plugins/retro-theme.tmux
). - Add this line to your
~/.tmux.conf
:run ~/.config/tmux/plugins/retro-theme.tmux/retro.tmux
. - Reload TMUX environment with
$ tmux source-file ~/.tmux.conf
.
You can override any icon by setting the corresponding option to any string (even empty).
set -g @retro-nerdfonts-right ''
set -g @retro-nerdfonts-left ''
set -g @retro-nerdfonts-icon-session ''
set -g @retro-nerdfonts-icon-datetime ''
set -g @retro-nerdfonts-icon-application ''