Update neovim, ghostty

This commit is contained in:
Fabian Becker
2026-04-29 11:06:56 +02:00
parent 1f2385f7a7
commit 68b808f86e
14 changed files with 257 additions and 162 deletions

View File

@@ -2,6 +2,10 @@
# START OF PLUGINS
######################################################################
set -g default-command "${SHELL}"
set -g default-shell "${SHELL}"
# Plugin manager for tmux
set -g @plugin 'tmux-plugins/tpm'
@@ -11,10 +15,14 @@ set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/'
set -g @plugin 'tmux-plugins/tmux-sensible'
#set -g @plugin 'odedlaz/tmux-onedark-theme'
set-option -g status-position top
# Gruvbox theme
set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark' # or 'light'
# set -g @plugin 'egel/tmux-gruvbox'
# set -g @tmux-gruvbox 'dark' # or 'light'
set -g @plugin 'Nybkox/tmux-kanagawa'
set -g @kanagawa-show-powerline true
set -g @kanagawa-plugins "battery cpu-usage ram-usage"
# Persistent tmux envs across system restarts
set -g @plugin 'tmux-plugins/tmux-resurrect'
@@ -43,7 +51,7 @@ set -g @resurrect-capture-pane-contents 'on'
set -g @resurrect-strategy-nvim 'session'
# Processes to resurrect
set -g @resurrect-processes '~julia'
set -g @resurrect-processes '~iex'
#######################################################
# TMUX-SENSIBLE