mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 05:29:49 +00:00
Add gitpod integration
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
This commit is contained in:
5
.gitpod.Dockerfile
vendored
Normal file
5
.gitpod.Dockerfile
vendored
Normal file
@@ -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/*
|
||||
Reference in New Issue
Block a user