20250501.1746116601
This commit is contained in:
parent
5e48d7a682
commit
1194ba127d
4 changed files with 7 additions and 2 deletions
|
@ -56,13 +56,14 @@ set -g status on
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
# set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
set -g @plugin 'MunifTanjim/tmux-mode-indicator'
|
# set -g @plugin 'MunifTanjim/tmux-mode-indicator'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'schasse/tmux-jump'
|
set -g @plugin 'schasse/tmux-jump'
|
||||||
|
set -g @plugin 'https://git.fz0x1.wtf/fz0x1/aw-watcher-tmux.git'
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|
|
@ -144,3 +144,4 @@ fi
|
||||||
|
|
||||||
source $HOME/.zshrc-additional
|
source $HOME/.zshrc-additional
|
||||||
source $HOME/.zshrc-secrets
|
source $HOME/.zshrc-secrets
|
||||||
|
eval "$(pyenv init -)"
|
||||||
|
|
Binary file not shown.
|
@ -46,3 +46,6 @@ export GPG_TTY
|
||||||
export TERMINAL="/sbin/alacritty"
|
export TERMINAL="/sbin/alacritty"
|
||||||
|
|
||||||
export BROWSER="librewolf"
|
export BROWSER="librewolf"
|
||||||
|
|
||||||
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue