diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..ab45154 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,8 @@ + + + +# Plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' + +run '~/.tmux/plugins/tpm/tpm' diff --git a/README.md b/README.md index d930a05..09e732b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Another attempt at creating a consistent and modular dotfiles configuration * `fish`: shell * `starship`: shell prompt * `neovim`: editor -* `tmux`: terminal manager +* `tmux`: terminal manager (with `tpm`) * `yazi`: file manager * `fzf`, `fd`, and `bat` for `fzf.fish` * `lazygit`: git ui (required for `lazygit.nvim`)