This commit is contained in:
Jack Koskie 2024-09-05 19:25:16 -04:00
commit fd54f296bc
1 changed files with 2 additions and 2 deletions

View File

@ -73,13 +73,13 @@ git clone https://github.com/jackkoskie/kickstart.nvim.git "${XDG_CONFIG_HOME:-$
If you're using `cmd.exe`: If you're using `cmd.exe`:
``` ```
git clone https://github.com/nvim-lua/kickstart.nvim.git %localappdata%\nvim\ git clone https://github.com/jackkoskie/kickstart.nvim.git %localappdata%\nvim\
``` ```
If you're using `powershell.exe` If you're using `powershell.exe`
``` ```
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\ git clone https://github.com/jackkoskie/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
``` ```
</details> </details>