Compare commits

...

2 Commits

2 changed files with 11 additions and 8 deletions

View File

@ -43,7 +43,6 @@ set -g @tpm_plugins ' \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-yank \
Nybkox/tmux-kanagawa \
tmux-plugins/tmux-continuum \
'
@ -52,14 +51,18 @@ set -g @continuum-save-interval '30'
set -g @resurrect-processes 'false'
set -g @kanagawa-ignore-window-colors true
# border colours
set -g pane-border-style "fg=#282728"
set -g pane-active-border-style "fg=#938AA9"
set -g @kanagawa-plugins " "
set -g @kanagawa-show-battery false
set -g @kanagawa-day-month true
set -g @kanagawa-show-timezone false
set -g @kanagawa-time-format "%R"
# status bar
set-option -g status-style bg=default
set -g status-left '| #S | '
set -g status-right ''
set -g status-left-length 500
set -g window-status-format "#I:#W "
set -g window-status-current-format "#[fg=red]#I#[fg=default]:#W* "
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm'

2
.zshrc
View File

@ -48,7 +48,7 @@ source "$HOME/.local/share/zinit/zinit.git/zinit.zsh"
autoload -Uz _zinit
(( ${+_comps} )) && _comps[zinit]=_zinit
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
# Load a few important annexes, without Turbo
# (this is currently required for annexes)