mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 20:35:40 +00:00
Change tmux to gruvbox. Fix zsh paths
This commit is contained in:
parent
d5b28f9bea
commit
4a7bbc6746
@ -8,8 +8,11 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
# Simple tmux options for anyone
|
# Simple tmux options for anyone
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
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
|
# Persistent tmux envs across system restarts
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
12
.zshrc
12
.zshrc
@ -31,15 +31,9 @@ SAVEHIST=10000
|
|||||||
#compinit
|
#compinit
|
||||||
#setopt COMPLETE_ALIASES
|
#setopt COMPLETE_ALIASES
|
||||||
|
|
||||||
# goodies
|
|
||||||
eval "$(direnv hook zsh)"
|
|
||||||
eval "$(starship init zsh)"
|
|
||||||
|
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
. $HOME/.asdf/completions/asdf.bash
|
. $HOME/.asdf/completions/asdf.bash
|
||||||
|
|
||||||
|
# goodies
|
||||||
#### smctl@bootstrap.sm_shell_helpers-start
|
eval "$(direnv hook zsh)"
|
||||||
. $HOME/.sm.zshrc
|
eval "$(starship init zsh)"
|
||||||
#### smctl@bootstrap.sm_shell_helpers-end
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user