Installing the Tmux Plugin Manager (tpm) with Chezmoi
Leave a reply
Similar to what I had already shown in a previous post, in this post, I show how you can install (and keep up-to-date) the “tpm” (Tmux Plugin Manager) with Chezmoi, which I highly recommend! Typically, you manually install “tpm” by cloning its GitHub repository into the proper directory:
1 |
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm |
Let’s do that automatically with Chezmoi instead. Chezmoi […]