|
|
|
@ -66,7 +66,7 @@ fork to your machine using one of the commands below, depending on your OS.
|
|
|
|
|
<details><summary> Linux and Mac </summary>
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
git clone https://github.com:0x4D5352/my_kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
|
|
|
|
git clone https://github.com/0x4D5352/my_kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
@ -82,7 +82,7 @@ git clone https://github.com:0x4D5352/my_kickstart.nvim.git %userprofile%\AppDat
|
|
|
|
|
If you're using `powershell.exe`
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone https://github.com:0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
|
|
|
|
git clone https://github.com/0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|