Add tmux config files
This commit is contained in:
parent
8b111ad9f3
commit
d46c1aaefe
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,6 +24,9 @@ obs-studio/.config/obs-studio/profiler_data
|
|||||||
# OpenRGB
|
# OpenRGB
|
||||||
OpenRGB/.config/OpenRGB/logs
|
OpenRGB/.config/OpenRGB/logs
|
||||||
|
|
||||||
|
# tmux
|
||||||
|
tmux/.config/tmux/plugins
|
||||||
|
|
||||||
# zsh
|
# zsh
|
||||||
zsh/.config/zsh/.zcompdump
|
zsh/.config/zsh/.zcompdump
|
||||||
zsh/.config/zsh/.zsh_history
|
zsh/.config/zsh/.zsh_history
|
||||||
|
13
tmux/.config/tmux/tmux.conf
Normal file
13
tmux/.config/tmux/tmux.conf
Normal file
@ -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'
|
Loading…
x
Reference in New Issue
Block a user