mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-07 00:14:26 +08:00
Add gitpod integration
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
This commit is contained in:
co-authored by
Sean Hellum
parent
82856bfbd8
commit
2657c87f0a
@@ -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
|
||||
Reference in New Issue
Block a user