Introduced Elijah's config switcher. Started cleaning some plugins. Added arduino plugin.
This commit is contained in:
Submodule tmux/.config/tmux/plugins/tmux-net-speed deleted from 58abb61597
Submodule tmux/.config/tmux/plugins/tmux-network-bandwidth deleted from 63c6b3283d
Submodule tmux/.config/tmux/plugins/tmux-weather deleted from 28a5fbe75b
@ -10,7 +10,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# Search your Scrollback using fzf
|
||||
set -g @plugin 'roosta/tmux-fuzzback'
|
||||
# set -g @plugin 'roosta/tmux-fuzzback'
|
||||
|
||||
# Allow Focus Events
|
||||
set -g focus-events on
|
||||
@ -25,26 +25,21 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'dracula/tmux'
|
||||
set -g @dracula-plugins "git weather network-ping cpu-usage time"
|
||||
|
||||
set -g @dracula-show-location false
|
||||
set -g @dracula-fixed-location "Parsippany, NJ"
|
||||
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-rate 5
|
||||
|
||||
set -g @dracula-cpu-usage-label " "
|
||||
set -g @dracula-cpu-usage-colors "pink dark_gray"
|
||||
|
||||
set -g @dracula-git-show-current-symbol ✓
|
||||
set -g @dracula-git-show-diff-symbol !
|
||||
set -g @dracula-git-no-repo-message ⊚
|
||||
|
||||
set -g @dracula-show-timezone false
|
||||
set -g @dracula-military-time true
|
||||
#set -g @dracula-show-location false
|
||||
#set -g @dracula-fixed-location "Parsippany, NJ"
|
||||
#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-rate 5
|
||||
#set -g @dracula-cpu-usage-label " "
|
||||
#set -g @dracula-cpu-usage-colors "pink dark_gray"
|
||||
#set -g @dracula-git-show-current-symbol ✓
|
||||
#set -g @dracula-git-show-diff-symbol !
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user