summaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: ccc57242c615a718bc633f336dc878c8388cc612 (plain)
1
2
3
4
5
6
7
8
9
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