From 0eefa7f8f4c68d47f1af7be1c3dcf874cff20ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Tue, 26 Dec 2023 22:38:30 +0100 Subject: [PATCH] fix(README): new repo url, missing file extension --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a764e8..c5a7f67 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ set up anything, just add the customizations. ```bash cd ~ -git clone --recursive https://github.com/jiriks74/zsh +git clone --recursive https://gitea.stefka.eu/jiriks74/zsh ``` - Link the `zsh` file to your home folder as `.zshrc` ```bash -ln -s ~/zsh/zshrc ~/.zshrc +ln -s ~/zsh/zshrc.zsh ~/.zshrc ``` - Set the `powerlevel10k` theme the way you like it