From 62ebec2b60b61cb46d0030d9abd2a0c95ec06c14 Mon Sep 17 00:00:00 2001 From: wholteza Date: Fri, 2 May 2025 16:45:43 +0200 Subject: [PATCH] Launch tmux on boot --- .bashrc | 1 + .tmux.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 2835368..1cec4bb 100644 --- a/.bashrc +++ b/.bashrc @@ -135,3 +135,4 @@ export NVM_DIR="$HOME/.nvm" export PATH="$PATH:/opt/nvim-linux-x86_64/bin" eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/theme.omp.json)" +[[ -z "$TMUX" ]] && exec tmux diff --git a/.tmux.conf b/.tmux.conf index 0d268b5..1b0024f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,8 @@ set -g mouse on set -g @plugin 'catppuccin/tmux#v2.1.3' set -g @catppuccin_flavor 'mocha' +set -g @plugin 'jaclu/tmux-menus' + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'