chore: remove obsolete gitpod integration (#13334)
parent
763aab3271
commit
6d5482ef59
3 changed files with 0 additions and 15 deletions
@ -1,5 +0,0 @@ |
|||||||
FROM gitpod/workspace-full |
|
||||||
|
|
||||||
RUN sudo apt-get update && \ |
|
||||||
sudo apt-get install -y zsh && \ |
|
||||||
sudo rm -rf /var/lib/apt/lists/* |
|
||||||
@ -1,9 +0,0 @@ |
|||||||
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 |
|
||||||
Loading…
Reference in new issue