Update README.md

This commit is contained in:
Jiří Štefka 2022-01-09 14:41:10 +01:00 committed by GitHub
parent efb8d6beb4
commit fc568d408e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,13 @@ My ZSH config
cd ~ cd ~
git clone --recursive https://github.com/jiriks74/zsh git clone --recursive https://github.com/jiriks74/zsh
``` ```
## Updating
```
cd ~/zsh
git pull --recurse-submodules
```
### `powerlevel10k` theme ### `powerlevel10k` theme
- Link the `zsh` file to your home folder as `.zshrc` - Link the `zsh` file to your home folder as `.zshrc`
``` ```