Update README.md
This commit is contained in:
parent
ad1ef1aa15
commit
6e69aa737a
10
README.md
10
README.md
|
|
@ -58,7 +58,7 @@ fork to your machine using one of the commands below, depending on your OS.
|
||||||
<details><summary> Linux and Mac </summary>
|
<details><summary> Linux and Mac </summary>
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/powershellbreakfast/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
git clone https://github.com/beholdersecurity/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
@ -68,13 +68,13 @@ git clone https://github.com/powershellbreakfast/kickstart.nvim.git "${XDG_CONFI
|
||||||
If you're using `cmd.exe`:
|
If you're using `cmd.exe`:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/powershellbreakfast/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
git clone https://github.com/beholdersecurity/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're using `powershell.exe`
|
If you're using `powershell.exe`
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/powershellbreakfast/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
git clone https://github.com/beholdersecurity/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
@ -126,8 +126,8 @@ examples of adding popularly requested plugins.
|
||||||
same functionality is available here:
|
same functionality is available here:
|
||||||
* [kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim)
|
* [kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim)
|
||||||
* Discussions on this topic can be found here:
|
* Discussions on this topic can be found here:
|
||||||
* [Restructure the configuration](https://github.com/powershellbreakfast/kickstart.nvim/issues/218)
|
* [Restructure the configuration](https://github.com/beholdersecurity/kickstart.nvim/issues/218)
|
||||||
* [Reorganize init.lua into a multi-file setup](https://github.com/powershellbreakfast/kickstart.nvim/pull/473)
|
* [Reorganize init.lua into a multi-file setup](https://github.com/beholdersecurity/kickstart.nvim/pull/473)
|
||||||
|
|
||||||
### Install Recipes
|
### Install Recipes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue