Resolved merge conflicts: kept updated .gitpod.Dockerfile and .gitpod.yml

This commit is contained in:
Fernando Zuniga 2025-10-06 10:16:11 -04:00
commit 55a6341d6f
1052 changed files with 14 additions and 0 deletions

9
.gitpod.yml Executable file
View file

@ -0,0 +1,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