init
This commit is contained in:
9
base
Normal file
9
base
Normal 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
2
env/bun.sh
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
0
env/haxe.sh
vendored
Normal file
0
env/haxe.sh
vendored
Normal file
Reference in New Issue
Block a user