From e04a92cfd0ec8f1f60c447ca74cc4e4e972e1cd0 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 8 Dec 2024 12:32:08 +1300 Subject: [PATCH] Document setting up tmux plugin manager. --- setup.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/setup.org b/setup.org index e8bc546..f33893e 100644 --- a/setup.org +++ b/setup.org @@ -120,6 +120,22 @@ doom sync Included in this repository is a ~doom/~ subdirectory which layers my personal preferences on top of doom. +** Optional - setup tmux plugin manager + +For terminal efficiency I use the [[https://github.com/tmux/tmux][tmux]] terminal multiplexer, however to customize it further I use the [[https://github.com/tmux-plugins/tpm][tpm]] plugin manager. + +#+NAME Install tmux plugin manager +#+begin_src tmux +# Install tmux plugin manager +mkdir --parents /home/${USER}/.tmux/plugins +git clone https://github.com/tmux-plugins/tpm /home/${USER}/.tmux/plugins/tpm +./home/${USER}/.tmux/plugins/tpm/bin/install_plugins + +# Source the tmux configuration file +tmux source ~/.tmux.conf +#+end_src + + ** Optional - Setup sbp powerline prompt Having an informative bash prompt can ease cognitive burden and make development more pleasant. Below is an example of my terminal prompt which is based on [[https://github.com/powerline/fonts/][powerline fonts]] for symbols and [[https://github.com/brujoand/sbp][simple bash prompt]] for the overall presentation.