We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a790c32 commit e1cbb83Copy full SHA for e1cbb83
.gitpod.yml
@@ -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