From 3b2afab37b657e1bd8ea40dcd07e3d1d94aad2ef Mon Sep 17 00:00:00 2001 From: Christian Figueroa Date: Mon, 28 Apr 2025 01:25:02 -0700 Subject: [PATCH] setup bare minimum tmux with tpm (must install on system first) --- .config/tmux/tmux.conf | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .config/tmux/tmux.conf 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`)