File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
7171<details ><summary > Linux and Mac </summary >
7272
7373``` sh
74- git clone https://github.com/nvim-lua /kickstart.nvim.git " ${XDG_CONFIG_HOME:- $HOME / .config} " /nvim
74+ git clone https://github.com/realfresh /kickstart.nvim.git " ${XDG_CONFIG_HOME:- $HOME / .config} " /nvim
7575```
7676
7777</details >
@@ -81,13 +81,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
8181If you're using ` cmd.exe ` :
8282
8383```
84- git clone https://github.com/nvim-lua /kickstart.nvim.git "%localappdata%\nvim"
84+ git clone https://github.com/realfresh /kickstart.nvim.git "%localappdata%\nvim"
8585```
8686
8787If you're using ` powershell.exe `
8888
8989```
90- git clone https://github.com/nvim-lua /kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
90+ git clone https://github.com/realfresh /kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
9191```
9292
9393</details >
You can’t perform that action at this time.
0 commit comments