Update ToggleTerm. Changed a few other plugins.

This commit is contained in:
Norm Rasmussen
2023-09-28 16:42:56 -04:00
parent ebbf7b99ae
commit 54583572b8
9 changed files with 115 additions and 82 deletions

View File

@ -1,5 +1,8 @@
set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
set-window-option -g mode-keys vi
#set-option default-terminal "screen-256color"
set-option default-terminal "tmux-256color"
set-option -a terminal-overrides ",*256col*:RGB"
# Standard Plugins
set -g @plugin 'tmux-plugins/tpm'
@ -40,7 +43,7 @@ set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon window
set -g @dracula-border-contrast true
set -g @dracula-ping-server "overras.duckdns.org"
set -g @dracula-ping-server "google.com"
set -g @dracula-ping-rate 5
set -g @dracula-cpu-usage-label " "
set -g @dracula-cpu-usage-colors "pink dark_gray"
@ -50,8 +53,5 @@ set -g @dracula-git-no-repo-message ⊚
set -g @dracula-show-timezone false
set -g @dracula-military-time true
#run-shell ~/.dotfiles/tmux/.config/tmux/plugins/tmux-continuum/continuum.tmux
# Initiazlie TMUX plugin manager - kept at bottom of file
# run '~/.config/tmux/plugins/tpm/tpm'
run '~/.dotfiles/tmux/.config/tmux/plugins/tpm/tpm'