From 80e6917e7b5a2910bd98cb5c16cb3664252c13ff Mon Sep 17 00:00:00 2001 From: 0xfa1z <95103255+0xfa1z@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:38:37 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7f54ce88..cd5280fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # kickstart.nvim -https://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b - ### Introduction A starting point for Neovim that is: @@ -28,31 +26,17 @@ Requirements: * [ripgrep](https://github.com/BurntSushi/ripgrep#installation) is required for multiple [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) pickers. * See [Windows Installation](#Windows-Installation) if you have trouble with `telescope-fzf-native` -Neovim's configurations are located under the following paths, depending on your OS: +Neovim's configurations are located under the following paths: | OS | PATH | | :- | :--- | | Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` | -| MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` | -| Windows (cmd)| `%userprofile%\AppData\Local\nvim\` | -| Windows (powershell)| `$env:USERPROFILE\AppData\Local\nvim\` | Clone kickstart.nvim: ```sh # on Linux and Mac -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim -``` - - -``` -# on Windows (cmd) -git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ -``` - -``` -# on Windows (powershell) -git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ +git clone https://github.com/0xfa1z/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```