Move tmux config
This commit is contained in:
1
.config/tmux/plugins/tpm
Submodule
1
.config/tmux/plugins/tpm
Submodule
Submodule .config/tmux/plugins/tpm added at b699a7e01c
@@ -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
1
.gitignore
vendored
@@ -20,6 +20,7 @@
|
|||||||
/.config/uv
|
/.config/uv
|
||||||
/.config/wslu
|
/.config/wslu
|
||||||
/.config/Qt*
|
/.config/Qt*
|
||||||
|
/.config/tmux/plugins
|
||||||
.bash*
|
.bash*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
Submodule .tmux/plugins/tpm deleted from 99469c4a9b
Reference in New Issue
Block a user