Tokyo Night theme for TMUX.
- Any nerdfont for the arrows
- Tmux Package Manager aka TPM (The installation guide below uses this)
- tmux-plugins/tmux-prefix-highlight (another plugin which can be installed with tpm)
- Tokyo Night theme for your teminal emulator (Optional)
NOTE: The installation guide assumes you have tpm, tmux-plugins/tmux-prefix-highlight (another plugin which can be installed with tpm) and other requirements installed.
- Add
set -g @plugin 'hoshiya4522/tokyo-night-tmux'
to yourtmux.conf
, by default.tmux.conf
located in your home directory. - After modifying .tmux.conf press the default key binding
prefix + I
to fetch and install the plugin (Note: Do this step while you are in tmux). (By default prefix isCTRL+b
)
Make sure you have these two lines in your .tmux.conf
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'hoshiya4522/tokyo-night-tmux'
That's it! Enjoy!