dot_files/dot_oh-my-zsh/dot_gitpod.yml
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00

9 lines
259 B
YAML

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