fix some issues with fresh tmux installs
This commit is contained in:
Submodule term/.config/tmux/plugins/tmux deleted from 92b9ef41b9
Submodule term/.config/tmux/plugins/tpm deleted from 99469c4a9b
Submodule term/.config/tmux/plugins/vim-tmux-navigator deleted from e41c431a0c
@@ -21,8 +21,8 @@ bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded"
|
|||||||
# ── Plugins ───────────────────────────────────────────────────────────────────
|
# ── Plugins ───────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
# Auto-bootstrap TPM if not installed
|
# Auto-bootstrap TPM if not installed
|
||||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
if "test ! -d ~/.config/tmux/plugins/tpm" \
|
||||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
"run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'"
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
@@ -38,7 +38,7 @@ set -g @catppuccin_window_status_style "rounded"
|
|||||||
|
|
||||||
# ── Initialize TPM (must be last line before status bar) ──────────────────────
|
# ── Initialize TPM (must be last line before status bar) ──────────────────────
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|
||||||
# ── Status bar ────────────────────────────────────────────────────────────────
|
# ── Status bar ────────────────────────────────────────────────────────────────
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
term/.config/tmux/tmux.conf
|
||||||
Reference in New Issue
Block a user