You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* On the home/landing page for the project find the green "`<> CODE`" button click it and select `Local > Download ZIP`.
42
-
* Extract the archive to the appropriate configuration path.
43
-
* Ensure your extraction method did not extract with a parent folder. For example in `~/.config/nvim` you should have `init.lua` not another folder called `kickstart.nvim`.
44
-
45
-
#### Git Clone Installation
46
-
47
-
From a terminal `cd`/`dir` to the configuration path and then run:
@@ -60,7 +53,7 @@ Run the following command and then **you are ready to go**!
60
53
nvim --headless "+Lazy! sync" +qa
61
54
```
62
55
63
-
### Recommended Optional
56
+
### Recommended Steps
64
57
65
58
[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo (so that you have your own copy that you can modify) and then installing you can install to your machine using the methods above.
0 commit comments