Launch tmux on boot
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user