Skip to content

Commit e1cbb83

Browse files
committed
Add .gitpod.yml
1 parent a790c32 commit e1cbb83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tasks:
2+
- init: >
3+
wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null &&
4+
unzip /tmp/vim.zip -d /home/gitpod &> /dev/null

0 commit comments

Comments
 (0)