Initial setup

This commit is contained in:
2025-01-22 14:30:42 +00:00
commit 4d5458b163
2 changed files with 10 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM docker.io/anatolelucet/neovim:nightly
RUN apk add fzf git nodejs python3 py3-pynvim ripgrep zig
RUN chmod +x /bin/node
RUN mkdir ~/.config/
RUN git clone https://github.com/Cian-H/my_nvim_config.git
RUN mv my_nvim_config ~/.config/nvim

3
run.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker run -it -v .:/mnt/volume --workdir=/mnt/volume my_nvim