mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add gitpod integration
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
This commit is contained in:
parent
82856bfbd8
commit
2657c87f0a
3 changed files with 15 additions and 0 deletions
9
.gitpod.yml
Normal file
9
.gitpod.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue