mirror of
https://github.com/halfdan/dotfiles.git
synced 2026-05-09 04:16:20 +00:00
Update neovim, ghostty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user