Skip to content

Commit

Permalink
Added a command to quickly spin up a working NvChad docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
V1RE authored and siduck76 committed Aug 22, 2021
1 parent bf3d4b3 commit f97490d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
- 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">
<img src = "https://contrib.rocks/image?repo=siduck76/NvChad"/>
Expand Down

0 comments on commit f97490d

Please sign in to comment.