From 4a7bbc67463a5855eaa38c34f0374dbb74da8ffc Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Wed, 29 Jun 2022 16:01:20 +0200 Subject: [PATCH] Change tmux to gruvbox. Fix zsh paths --- .tmux.conf | 7 +++++-- .zshrc | 12 +++--------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 52b79dc..8739507 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' diff --git a/.zshrc b/.zshrc index 9ce3a86..655b5b1 100644 --- a/.zshrc +++ b/.zshrc @@ -31,15 +31,9 @@ SAVEHIST=10000 #compinit #setopt COMPLETE_ALIASES -# goodies -eval "$(direnv hook zsh)" -eval "$(starship init zsh)" - . $HOME/.asdf/asdf.sh . $HOME/.asdf/completions/asdf.bash - -#### smctl@bootstrap.sm_shell_helpers-start -. $HOME/.sm.zshrc -#### smctl@bootstrap.sm_shell_helpers-end - +# goodies +eval "$(direnv hook zsh)" +eval "$(starship init zsh)"