Move tmux config

This commit is contained in:
2024-11-14 19:20:43 -05:00
parent 79dc869c7d
commit 55c3a1604b
5 changed files with 4 additions and 3 deletions

View File

@@ -51,5 +51,5 @@ set -g @plugin "MunifTanjim/tmux-mode-indicator"
set -g @plugin 'maxigaz/tmux-onedark-theme#pr-no-default-time-date' set -g @plugin 'maxigaz/tmux-onedark-theme#pr-no-default-time-date'
set -g @onedark_widgets "#{prefix_highlight}" set -g @onedark_widgets "#{prefix_highlight}"
run '~/.tmux/plugins/tpm/tpm' run '$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm'

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@
/.config/uv /.config/uv
/.config/wslu /.config/wslu
/.config/Qt* /.config/Qt*
/.config/tmux/plugins
.bash* .bash*

2
.gitmodules vendored
View File

@@ -2,5 +2,5 @@
path = .config/zsh/antidote path = .config/zsh/antidote
url = https://github.com/mattmc3/antidote.git url = https://github.com/mattmc3/antidote.git
[submodule ".tmux/plugins/tpm"] [submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm path = .config/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm url = https://github.com/tmux-plugins/tpm