-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: [Dracula TMUX theme wont load] #248
Comments
Please post your entire Tmux config. It is important to note that the Dracula theme is mostly incompatible with other themes or plugins. If you are using them, you will most likely encounter issues. |
hi i dont know if this issue was already solved, but when i try to install this theme using tpm it doesnt initiate the installing of the dracula theme.
|
I got the same issue! Since i updated to macOS 15 though - but might not be 100% related. my config. # Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
# List of plugins
set -g mouse on
set -g @plugin 'noscript/tmux-mighty-scroll'
set -g @plugin 'laktak/extrakto'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'akohlbecker/aw-watcher-tmux'
set -g @treemux-tree-nvim-init-file '~/.tmux/plugins/treemux/configs/treemux_init.lua'
set -g @plugin 'kiyoon/treemux'
set -g @plugin 'dracula/tmux'
set -g @plugin 'omerxx/tmux-sessionx'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'github_username/plugin_name#branch'
# set -g @plugin '[email protected]:user/plugin'
# set -g @plugin '[email protected]:user/plugin'
#better copy and paste
set -g @plugin 'tmux-plugins/tmux-yank'
#open links
set -g @plugin 'tmux-plugins/tmux-open'
#allows swping and clicking through sessions with mosuse
set -g @plugin 'jaclu/tmux-mouse-swipe'
set -g @plugin 'ofirgall/tmux-window-name'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'tmux-plugins/tmux-cowboy'
#set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
#different theme
#set -g @plugin 'Nybkox/tmux-kanagawa'
#theme with stuff and things
set -g @plugin 'dracula/tmux'
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, weather, time
set -g @dracula-plugins "cpu-usage ram-usage git battery"
set -g @dracula-show-powerline true
set-option -g @plugin 'b0o/tmux-autoreload'
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/tpm/'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'github_username/plugin_name#branch'
# set -g @plugin '[email protected]:user/plugin'
# set -g @plugin '[email protected]:user/plugin'
# set default shel and stuff
#
# default shell
set -g default-shell /opt/homebrew/bin/fish
set -g default-command /opt/homebrew/bin/fish
#automatic installation
if "test ! -d ~/.tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' |
I had a similar problem. It turned out that I already had a theme in |
Doesn't help, but seems independant from the theme. The task cominnations won't work anymore either. |
Was able to get this to work now, with forcing in tmux config: set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
run-shell "~/.tmux/tpm/tmux/dracula.tmux" |
I had the same issue coming from the Catppuccin theme and to be honest, the simplest way was to delete the content of the plugins folder and let TPM reinstall all the plugins. Everything's fine now. |
This the best solution that I have found. |
Well, I think there was still a bug with latest MacOS beta since I was not able to just “reinstall” it.
But it is working now – I added manually the PATH Environment stuff that helped 😊
Ricardo Kissinger
Head of IT Infrastructure and IT Security
IT Infra+Sec
[juniz_Energy_balanced_blue.jpg]
***@***.***<https://www.linkedin.com/company/juniz/>
ju:niz Energy GmbH
Einsteinring 43 | 85609Aschheim
H: +49 (151) 150 46 204
E-Mail: ***@***.***
Web: www.juniz.com
Sie können hier ***@***.***/> auch direkt einen Termin buchen oder mit mir in Teams ***@***.***> chatten.
ju:niz Energy GmbH
Sitz der Gesellschaft: Aschheim
AG München, HRB 277043
USt-ID: DE 299 706 389
Geschäftsführung: Markus Binding | Dr. Anton Eckschlager | Gabriele Schmiedel
From: Ethan Edwards ***@***.***>
Date: Tuesday, 8. October 2024 at 15:50
To: dracula/tmux ***@***.***>
Cc: spkis ***@***.***>, Comment ***@***.***>
Subject: Re: [dracula/tmux] Bug: [Dracula TMUX theme wont load] (Issue #248)
I had the same issue coming from the Catppuccin theme and to be honest, the simplest way was to delete the content of the plugins folder and let TPM reinstall all the plugins. Everything's fine now.
This the best solution that I have found.
—
Reply to this email directly, view it on GitHub<#248 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A3NJSJDVCG5PSC6W5JHPF4DZ2PPLFAVCNFSM6AAAAABCHEPHV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJZHEYDOMRRGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Describe the bug
I followed the instructions on installing the theme but after hitting the key combination for tpm I don't see the theme load. I just get the default tmux bar.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the tmux theme to load.
Screenshots
System
The text was updated successfully, but these errors were encountered: