mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Resolved merge conflicts: kept updated .gitpod.Dockerfile and .gitpod.yml
This commit is contained in:
parent
c6482fa5be
commit
55a6341d6f
1052 changed files with 14 additions and 0 deletions
9
.gitpod.yml
Executable file
9
.gitpod.yml
Executable 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