Added a command to quickly spin up a working NvChad docker container

This commit is contained in:
Niels Mentink 2021-08-22 16:09:45 +02:00 committed by siduck76
parent bf3d4b31a6
commit f97490d179
1 changed files with 14 additions and 1 deletions

View File

@ -146,7 +146,20 @@ 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.
# Chad contributors # 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
<a href = "https://github.com/NvChad/NvChad/graphs/contributors"> <a href = "https://github.com/NvChad/NvChad/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=siduck76/NvChad"/> <img src = "https://contrib.rocks/image?repo=siduck76/NvChad"/>