Launch tmux on boot

This commit is contained in:
2025-05-02 16:45:43 +02:00
parent c909cbdde2
commit 62ebec2b60
2 changed files with 3 additions and 0 deletions

View File

@@ -135,3 +135,4 @@ export NVM_DIR="$HOME/.nvm"
export PATH="$PATH:/opt/nvim-linux-x86_64/bin" export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/theme.omp.json)" eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/theme.omp.json)"
[[ -z "$TMUX" ]] && exec tmux

View File

@@ -4,6 +4,8 @@ set -g mouse on
set -g @plugin 'catppuccin/tmux#v2.1.3' set -g @plugin 'catppuccin/tmux#v2.1.3'
set -g @catppuccin_flavor 'mocha' set -g @catppuccin_flavor 'mocha'
set -g @plugin 'jaclu/tmux-menus'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'