mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-26 08:13:28 +02:00
Add gitpod integration
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
This commit is contained in:
Vendored
+5
@@ -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