From 059e310537b2272aff22b178d35316982ab485e1 Mon Sep 17 00:00:00 2001 From: mgutzeit Date: Sun, 27 Jul 2025 16:46:48 +0200 Subject: [PATCH] feat: updated readme with more info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index baef2bd..3a1105a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Clone Repo inkl. Submodules: +```bash +cd ~/.config git clone --recurse-submodules -j8 https://git.mgutzeit.de/mgutzeit/tmux_config.git +mv tmux_config/ tmux/ +``` # Update Plugins: +``` git submodule foreach git pull +``` \ No newline at end of file