Files
devpod-containers/base
skullbite a6debb74ff init
2025-03-05 23:49:54 -05:00

10 lines
257 B
Plaintext

FROM ubuntu:latest
RUN mkdir ~/.config
RUN apt-get -y update \
&& apt-get -y install git neovim \
&& git clone https://git.bork.quest/skullbite/nvim-config ~/.config/nvim \
&& echo "nvim" >> ~/.bashrc
# RUN chmod +x ./<lang>.sh && ./<lang>.sh