Add .gitpod.yml
This commit is contained in:
parent
303fff4b38
commit
db0c02a90a
4
.gitpod.yml
Normal file
4
.gitpod.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- init: >
|
||||||
|
wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null &&
|
||||||
|
unzip /tmp/vim.zip -d /home/gitpod &> /dev/null
|
Loading…
Reference in New Issue
Block a user