Update README.md

This commit is contained in:
Jiří Štefka 2022-01-09 19:52:03 +01:00 committed by GitHub
parent 5f565d7c04
commit 9c442d2a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,18 @@ My ZSH config
```
cd ~
git clone --recursive https://github.com/jiriks74/zsh
```
- Link the `zsh` file to your home folder as `.zshrc`
```
ln -s ~/zsh/zshrc ~/.zshrc
```
- Set the `powerlevel10k` theme the way you like it
```
zsh
```
- If configuration won't start automatically, just run
```
p10k config
```
## Updating
@ -24,20 +36,6 @@ git fetch
git reset --hard origin/master
```
### `powerlevel10k` theme
- Link the `zsh` file to your home folder as `.zshrc`
```
ln -s ~/zsh/zshrc ~/.zshrc
```
- Set the `powerlevel10k` theme the way you like it
```
zsh
```
- If configuration won't start automatically, just run
```
p10k config
```
## Get Dependencies
### Included in this repository