mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Change tmux to gruvbox. Fix zsh paths
This commit is contained in:
@@ -8,8 +8,11 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
# Simple tmux options for anyone
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
#set -g @plugin 'dracula/tmux'
|
||||
set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
#set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
|
||||
# Gruvbox theme
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark' # or 'light'
|
||||
|
||||
# Persistent tmux envs across system restarts
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
Reference in New Issue
Block a user