feat: updated readme with more info
This commit is contained in:
parent
535c945083
commit
059e310537
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in a new issue