From c98b32490d57cc723eace929a6cb2c8169a5dfed Mon Sep 17 00:00:00 2001 From: locker98 Date: Thu, 2 Jan 2025 18:42:22 +0000 Subject: [PATCH] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..869a4bf --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Tmux Config +Here is my tmux config. To install it, download the `.tmux.conf` file to your home directory. Next, clone the tmux plugin manager. + +```bash +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +``` + +Finally, launch `tmux` and press `+r` to reload, then press `+I` to install all the plugins.