From 1981ef517ebb7a86d3e6be1727ed8cf871f63769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 9 Jan 2022 19:53:39 +0100 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 6aba390..19cde7d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,23 @@ zsh ``` 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` +
+ + * Find line containing your username + * Change the end of the line + From: ...`:/bin/bash` + + To: ...`:/bin/zsh` +
## Updating ``` @@ -55,23 +72,3 @@ git reset --hard origin/master ### Recomended for `powerlevel10k` - [`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 - -## 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` -
- - * Find line containing your username - * Change the end of the line - From: ...`:/bin/bash` - - To: ...`:/bin/zsh` -