diff --git a/.gitignore b/.gitignore index c1b9d45..14165df 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ obs-studio/.config/obs-studio/profiler_data # OpenRGB OpenRGB/.config/OpenRGB/logs +# tmux +tmux/.config/tmux/plugins + # zsh zsh/.config/zsh/.zcompdump zsh/.config/zsh/.zsh_history diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf new file mode 100644 index 0000000..1aedb57 --- /dev/null +++ b/tmux/.config/tmux/tmux.conf @@ -0,0 +1,13 @@ +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'dracula/tmux' +set -s default-terminal 'tmux-256color' + +# dracula customizations +set -g @dracula-plugins "battery weather time" +set -g @dracula-show-powerline true +set -g @dracula-show-fahrenheit false +set -g @dracula-military-time true + +run '.config/tmux/plugins/tpm/tpm'