setup bare minimum tmux with tpm (must install on system first)

This commit is contained in:
Christian Figueroa 2025-04-28 01:25:02 -07:00
parent 63313e93a1
commit 3b2afab37b
2 changed files with 9 additions and 1 deletions

8
.config/tmux/tmux.conf Normal file
View File

@ -0,0 +1,8 @@
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run '~/.tmux/plugins/tpm/tpm'

View File

@ -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`)