create tmux.conf file in ~/.config/tmux/ with the following contents:
# Set prefix
set -g prefix C-a
unbind C-b
bind C-a send-prefix
List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-logging'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'fabioluciano/tmux-tokyo-night'
Tokyo Night Theme configuration
set -g @theme_left_separator ''
set -g @theme_right_separator ''
set -g @theme_plugins 'homebrew,datetime,weather,yay'
run '/opt/homebrew/opt/tpm/share/tpm/tpm'
- start tmux session
- prefix-I to install plugins
- see error
Hey devs! loving this theme and new to tmux. i have this setup on my personal ubuntu machine, but trying to set it up on my work machine i encounter the following error. Have not have any success in troubleshooting via tpm directly. Any suggestions/support would be greatly appreciated!
TIA
System info:
Steps to reproduce:
brew install tmux
brew install tpm
tmux.conf
file in~/.config/tmux/
with the following contents:List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-logging' set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'fabioluciano/tmux-tokyo-night'
Tokyo Night Theme configuration
set -g @theme_left_separator ''
set -g @theme_right_separator ''
set -g @theme_plugins 'homebrew,datetime,weather,yay'
run '/opt/homebrew/opt/tpm/share/tpm/tpm'