mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
26 lines
781 B
Bash
26 lines
781 B
Bash
set -g default-terminal "xterm-direct"
|
|
set -g mouse on
|
|
bind % split-window -h -c "#{pane_current_path}"
|
|
bind '"' split-window -v -c "#{pane_current_path}"
|
|
|
|
set -g @dracula-show-weather false
|
|
set -g @dracula-show-powerline true
|
|
set -g @dracula-show-flags true
|
|
set -g @dracula-show-left-icon session
|
|
set -g @dracula-show-time false
|
|
set -g @dracula-cpu-usage true
|
|
set -g @dracula-ram-usage true
|
|
set -g @dracula-gpu-usage true
|
|
set -g @dracula-show-timezone false
|
|
set -g @dracula-show-location false
|
|
|
|
set-option -g default-shell /bin/fish
|
|
set -ga terminal-overrides ',xterm-256color:RGB'
|
|
|
|
# List of plugins
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'dracula/tmux'
|
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|