diff options
| -rw-r--r-- | .gitpod.Dockerfile | 5 | ||||
| -rw-r--r-- | .gitpod.yml | 9 | ||||
| -rw-r--r-- | README.md | 1 |
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 @@ -21,7 +21,6 @@ Twitter), and join us on [Discord](https://discord.gg/ohmyzsh). [](https://twitter.com/intent/follow?screen_name=ohmyzsh) [](https://mstdn.social/@ohmyzsh) [](https://discord.gg/ohmyzsh) -[](https://gitpod.io/#https://github.com/ohmyzsh/ohmyzsh) <details> <summary>Table of Contents</summary> |
