-
1 set -g status off
1 set -g window-status-current-style 'underscore'
2
3
4
5
6
7 # List of plugins
8 set -g @plugin 'tmux-plugins/tpm'
9 set -g @plugin 'tmux-plugins/tmux-sensible'
10 set -g @plugin 'catppuccin/tmux'
11 set -g @catppuccin_flavor 'mocha'
12 run ~/.tmux/plugins/catppuccin/tmux/catppucin.tmux
13 # Other examples:
14 # set -g @plugin 'github_username/plugin_name'
15 # set -g @plugin 'github_username/plugin_name#branch'
16 # set -g @plugin '[email protected]:user/plugin'
17 # set -g @plugin '[email protected]:user/plugin'
18
19 # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
20 run '~/.tmux/plugins/tpm/tpm'
I did not find the solution to this issue.I have never tryied dracula before. |
Beta Was this translation helpful? Give feedback.
Answered by
hulyoo
Jan 15, 2025
Replies: 1 comment 2 replies
-
Code 127 means you haven't installed the plugin. Please double check the instructions in the README, hopefully that helps resolve it 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the problem. It's a matter of blank space in path.stupid me.Thanks for your help @kjnsn