Added a command to quickly spin up a working NvChad docker container
This commit is contained in:
parent
bf3d4b31a6
commit
f97490d179
13
README.md
13
README.md
|
@ -146,6 +146,19 @@ It would be nice if NvChad focuses on existing plugins and config before adding
|
||||||
- Make NvChad more and more faster (reduce startup time as low as possible).
|
- Make NvChad more and more faster (reduce startup time as low as possible).
|
||||||
- Add more themes.
|
- Add more themes.
|
||||||
|
|
||||||
|
# Try in docker
|
||||||
|
|
||||||
|
Try NvChad in a docker container. This will leave your current Neovim configuration untouched. Once you exit Neovim, the image is deleted.
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
docker run -w /root -it --rm alpine:edge sh -uelic '
|
||||||
|
apk add git nodejs neovim ripgrep alpine-sdk --update
|
||||||
|
git clone https://github.com/NvChad/NvChad ~/.config/nvim
|
||||||
|
nvim -c "autocmd User PackerComplete quitall" -c "PackerSync"
|
||||||
|
nvim
|
||||||
|
'
|
||||||
|
```
|
||||||
|
|
||||||
# Chad contributors
|
# Chad contributors
|
||||||
|
|
||||||
<a href = "https://github.com/NvChad/NvChad/graphs/contributors">
|
<a href = "https://github.com/NvChad/NvChad/graphs/contributors">
|
||||||
|
|
Loading…
Reference in New Issue