Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
@@ -0,0 +1,5 @@
+FROM gitpod/workspace-full
+
+RUN sudo apt-get update && \
+ sudo apt-get install -y zsh && \
+ sudo rm -rf /var/lib/apt/lists/*
@@ -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
@@ -15,6 +15,7 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi
[](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
[](https://twitter.com/intent/follow?screen_name=ohmyzsh)
[](https://discord.gg/ohmyzsh)
+[](https://gitpod.io/#https://github.com/ohmyzsh/ohmyzsh)
## Getting Started