mirror of
https://github.com/Cian-H/my_nvim.git
synced 2025-12-22 16:21:56 +00:00
4 lines
125 B
Bash
4 lines
125 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker run --rm -it -v /tmp/my_nvim_config:/root -v .:/cwd --network host ghcr.io/cian-h/my_nvim:latest
|