mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 10:53:30 +00:00
chore(tmux): tweak plugin order and paths
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -137,25 +137,26 @@ set -g @mode_indicator_sync_mode_style 'bg=default,fg=red'
|
|||||||
set -g @fzf-url-bind 'u'
|
set -g @fzf-url-bind 'u'
|
||||||
set -g @fzf-url-history-limit '2000'
|
set -g @fzf-url-history-limit '2000'
|
||||||
|
|
||||||
# ── Sourcing the plugins ──────────────────────────────────────────────
|
# ── Own scripts ───────────────────────────────────────────────────────
|
||||||
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-sensible/sensible.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-window-name/tmux_window_name.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-mode-indicator/mode_indicator.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-suspend/suspend.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-continuum/continuum.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-sessionist/sessionist.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-yank/yank.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-current-pane-hostname/current_pane_hostname.tmux"
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-fzf-url/fzf-url.tmux"
|
|
||||||
|
|
||||||
|
# If we started tmux with a session name, rename it.
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/rename-session.sh"
|
||||||
|
|
||||||
# Load theme based on tmux-dark-notify state.
|
# Load theme based on tmux-dark-notify state.
|
||||||
# This script helps states where dark-notify is not available,
|
# This script helps states where dark-notify is not available,
|
||||||
# and we want to have light or dark state constantly available.
|
# and we want to have light or dark state constantly available.
|
||||||
run-shell "$HOME/.config/tmux/theme-activate.sh"
|
run-shell "$HOME/.dotfiles/config/tmux/theme-activate.sh"
|
||||||
|
|
||||||
# If we started tmux with a session name, rename it.
|
# ── Sourcing the plugins ──────────────────────────────────────────────
|
||||||
run-shell "$HOME/.config/tmux/rename-session.sh"
|
|
||||||
|
|
||||||
run-shell "$HOME/.config/tmux/plugins/tmux-dark-notify/main.tmux"
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-sensible/sensible.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-window-name/tmux_window_name.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-mode-indicator/mode_indicator.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-suspend/suspend.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-continuum/continuum.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-sessionist/sessionist.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-yank/yank.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-current-pane-hostname/current_pane_hostname.tmux"
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-fzf-url/fzf-url.tmux"
|
||||||
|
|
||||||
|
run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-dark-notify/main.tmux"
|
||||||
|
|||||||
Reference in New Issue
Block a user