Initial Commit

This commit is contained in:
McDoughnuts 2024-03-24 00:50:04 +08:00
parent dbba54cfd8
commit 83b563221e
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# kickstart.nvim
# Personalized neovim config from kickstart.nvim
## Introduction
@ -68,7 +68,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/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone https://github.com/tryprncp/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
</details>
@ -78,13 +78,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 %userprofile%\AppData\Local\nvim\
git clone https://github.com/tryprncp/nvim.git %userprofile%\AppData\Local\nvim\
```
If you're using `powershell.exe`
```
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
git clone https://github.com/tryprncp/nvim.git $env:USERPROFILE\AppData\Local\nvim\
```
</details>