Add .gitpod.yml

This commit is contained in:
jeromewu 2019-11-06 11:05:09 +00:00
parent 303fff4b38
commit db0c02a90a

4
.gitpod.yml Normal file
View 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