.gitpod.yml 259 B

123456789
  1. image:
  2. file: .gitpod.Dockerfile
  3. tasks:
  4. - init: |
  5. export EDITOR="command gp open -w" VISUAL="command gp open -w"
  6. cp -f /workspace/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
  7. ln -sf /workspace/ohmyzsh ~/.oh-my-zsh
  8. command: exec zsh