summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2025-09-27 15:56:46 +0200
committerGitHub <noreply@github.com>2025-09-27 15:56:46 +0200
commit6d5482ef59d1a3ae3b40b4583317ebe802f81447 (patch)
tree4a157a0d5cb37f70b2a1933e606f9695441e33b7
parent763aab3271f4bbe3b41caabd28088b7fb31abae4 (diff)
downloadzsh-6d5482ef59d1a3ae3b40b4583317ebe802f81447.tar.gz
zsh-6d5482ef59d1a3ae3b40b4583317ebe802f81447.tar.bz2
zsh-6d5482ef59d1a3ae3b40b4583317ebe802f81447.zip
chore: remove obsolete gitpod integration (#13334)
-rw-r--r--.gitpod.Dockerfile5
-rw-r--r--.gitpod.yml9
-rw-r--r--README.md1
3 files changed, 0 insertions, 15 deletions
diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
deleted file mode 100644
index b35c80dfb..000000000
--- a/.gitpod.Dockerfile
+++ /dev/null
@@ -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/*
diff --git a/.gitpod.yml b/.gitpod.yml
deleted file mode 100644
index ccc57242c..000000000
--- a/.gitpod.yml
+++ /dev/null
@@ -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
diff --git a/README.md b/README.md
index 7f57ed55e..55bfa0c5a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,6 @@ Twitter), and join us on [Discord](https://discord.gg/ohmyzsh).
[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/ohmyzsh?label=%40ohmyzsh&logo=x&style=flat)](https://twitter.com/intent/follow?screen_name=ohmyzsh)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/111169632522566717?label=%40ohmyzsh&domain=https%3A%2F%2Fmstdn.social&logo=mastodon&style=flat)](https://mstdn.social/@ohmyzsh)
[![Discord server](https://img.shields.io/discord/642496866407284746)](https://discord.gg/ohmyzsh)
-[![Gitpod ready](https://img.shields.io/badge/Gitpod-ready-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ohmyzsh/ohmyzsh)
<details>
<summary>Table of Contents</summary>