fabioluciano / tmux-tokyo-night

174 stars 35 forks source link

'/opt/homebrew/opt/tpm/share/tpm/tpm' returned 1 on MacOS #46

Closed brandon-kyle-bailey closed 2 months ago

brandon-kyle-bailey commented 2 months ago

System info:

Steps to reproduce:

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
harupong commented 2 months ago

see #1 it worked for me.

brandon-kyle-bailey commented 2 months ago

@harupong will give that a go!

brandon-kyle-bailey commented 2 months ago

@harupong that did the trick. Thanks!