From dad856bd5e68ffba1b820cdfeea9006e16f6ee45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 8 Mar 2024 18:49:43 +0100 Subject: [PATCH] Add installation instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6439221..16ffeb2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # tmux -My tmux config \ No newline at end of file +My tmux config + +## Install + +```bash +git clone https://daniele.vigano.me/git/dani/tmux.git ~/.config/tmux +git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm +``` + +```bash +tmux +ctrl-a I +```