Update README.md
This commit is contained in:
parent
5f565d7c04
commit
9c442d2a8e
26
README.md
26
README.md
@ -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
|
||||
|
Reference in New Issue
Block a user