From 89c4cc6bc71e5f47f55aec2ff097a13f52f2a8f7 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 8 Nov 2024 14:09:06 -0500 Subject: [PATCH] docs: update installation steps in README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2fe001..3e115da 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,20 @@ The rootiest Tmux configuration you will ever see! git clone https://github.com/rootiest/rootiest-tmux.git ~/.config/tmux ``` -4. **Enjoy!** 🎉 +4. Install [TmuxPluginManager (TPM)](https://github.com/tmux-plugins/tpm) + + ```bash + git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm + ``` + +5. Install [the Catppuccin theme](https://github.com/catppuccin/tmux) + + ```bash + mkdir -p ~/.config/tmux/plugins/catppuccin + git clone -b v2.1.0 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux + ``` + +6. **Enjoy!** 🎉 ## Features