Skip to content

Commit e8c06ff

Browse files
authored
chore: configure gitpod (#28)
* chore: configure gitpod * chore: use `gitpod/workspace-base` * chore: add nimsaem.nimvscode
1 parent 8038f94 commit e8c06ff

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitpod.dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM gitpod/workspace-base
2+
3+
RUN curl https://nim-lang.org/choosenim/init.sh -sSf -o install_nim.sh \
4+
&& chmod +x ./install_nim.sh \
5+
&& ./install_nim.sh -y \
6+
&& rm install_nim.sh \
7+
&& echo "export PATH=/home/$(whoami)/.nimble/bin:\$PATH" >> ~/.bashrc

.gitpod.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
image:
3+
file: .gitpod.dockerfile
4+
5+
vscode:
6+
extensions:
7+
- nimsaem.nimvscode
8+
...

0 commit comments

Comments
 (0)