|
|
|
@ -74,7 +74,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
|
|
|
|
|
<details><summary> Linux and Mac </summary>
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
|
|
|
|
git clone https://github.com/ankur179/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
@ -84,13 +84,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 "%localappdata%\nvim"
|
|
|
|
|
git clone https://github.com/ankur179/kickstart.nvim.git "%localappdata%\nvim"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
If you're using `powershell.exe`
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
|
|
|
|
|
git clone https://github.com/ankur179/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|