summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-10-11 20:12:16 +0200
committerMarc Cornellà <marc.cornella@live.com>2020-10-11 21:30:32 +0200
commit2657c87f0aa1fe7f66062bc3452ad68347be356f (patch)
tree3a233d5e41307c42cb8cee681d3caecfb68d9850 /.gitpod.yml
parent82856bfbd86ac77f0f28ab741a399a04495ed3bc (diff)
downloadzsh-2657c87f0aa1fe7f66062bc3452ad68347be356f.tar.gz
zsh-2657c87f0aa1fe7f66062bc3452ad68347be356f.tar.bz2
zsh-2657c87f0aa1fe7f66062bc3452ad68347be356f.zip
Add gitpod integration
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 000000000..ccc57242c
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,9 @@
+image:
+ file: .gitpod.Dockerfile
+
+tasks:
+ - init: |
+ export EDITOR="command gp open -w" VISUAL="command gp open -w"
+ cp -f /workspace/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
+ ln -sf /workspace/ohmyzsh ~/.oh-my-zsh
+ command: exec zsh