Files
config/.oh-my-zsh/.gitpod.yml
2025-07-22 16:18:19 +01:00

10 lines
259 B
YAML
Executable File

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