This commit is contained in:
skullbite
2025-03-05 23:49:54 -05:00
commit a6debb74ff
3 changed files with 11 additions and 0 deletions

9
base Normal file
View File

@@ -0,0 +1,9 @@
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

2
env/bun.sh vendored Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
curl -fsSL https://bun.sh/install | bash

0
env/haxe.sh vendored Normal file
View File