From ce98603094e0b02ca1fdcc18964290e431236bff Mon Sep 17 00:00:00 2001 From: smashblu <98678476+smashblu@users.noreply.github.com> Date: Fri, 17 May 2024 14:21:18 -0700 Subject: [PATCH] Update README.md with personal links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f445b65e..ae2b41cf 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ fork to your machine using one of the commands below, depending on your OS.
Linux and Mac ```sh -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone https://github.com/smashblu/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```
@@ -77,13 +77,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO If you're using `cmd.exe`: ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ +git clone https://github.com/smashblu/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ ``` If you're using `powershell.exe` ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ +git clone https://github.comsmashblu/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ```