From 9c442d2a8e93dc1a66859ffcb99cea3679999f66 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:52:03 +0100 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0a0f785..6aba390 100644 --- a/README.md +++ b/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