diff options
Diffstat (limited to 'home/.oh-my-zsh/.gitpod.yml')
| -rw-r--r-- | home/.oh-my-zsh/.gitpod.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/.oh-my-zsh/.gitpod.yml b/home/.oh-my-zsh/.gitpod.yml new file mode 100644 index 0000000..ccc5724 --- /dev/null +++ b/home/.oh-my-zsh/.gitpod.yml @@ -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 |
