Update README.md

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

@ -19,6 +19,23 @@ zsh
``` ```
p10k config p10k config
``` ```
- Set `zsh` as your default shell
### There are two ways:
#### Running this command:
- ```chsch $USER```
- Input your password
- Input `/bin/zsh`
#### Modifying `/etc/passwd`
* Change your user in `/etc/passwd` to `/bin/zsh` instead of `/bin/bash`
<details>
* Find line containing your username
* Change the end of the line
From: ...`:/bin/bash`
To: ...`:/bin/zsh`
</details>
## Updating ## Updating
``` ```
@ -55,23 +72,3 @@ git reset --hard origin/master
### Recomended for `powerlevel10k` ### Recomended for `powerlevel10k`
- [`nerd-fonts`](https://github.com/ryanoasis/nerd-fonts "nerd-fonts github page") - I recomend `MesloLGS NF Regular` - [`nerd-fonts`](https://github.com/ryanoasis/nerd-fonts "nerd-fonts github page") - I recomend `MesloLGS NF Regular`
- On Arch you can use `ttf-meslo-nerd-font-powerlevel10k` so you don't have to donwload the whole git repository - On Arch you can use `ttf-meslo-nerd-font-powerlevel10k` so you don't have to donwload the whole git repository
## Set as default
To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` to `/bin/zsh`)
### There are two ways:
#### Running this command:
- ```chsch $USER```
- Input your password
- Input `/bin/zsh`
#### Modifying `/etc/passwd`
* Change your user in `/etc/passwd` to `/bin/zsh` instead of `/bin/bash`
<details>
* Find line containing your username
* Change the end of the line
From: ...`:/bin/bash`
To: ...`:/bin/zsh`
</details>